diff --git a/home/dotfiles/local/bin/makepkg-customizepkg b/home/dotfiles/local/bin/makepkg-customizepkg index a145bb7..ee9f93b 100755 --- a/home/dotfiles/local/bin/makepkg-customizepkg +++ b/home/dotfiles/local/bin/makepkg-customizepkg @@ -1,6 +1,7 @@ #!/usr/bin/env bash # makepkg wrapper that calls customizepkg first -set -euf -o pipefail +o history +# NOTE - not setting -u here since pkgname detection runs into undefined variables a lot +set -ef -o pipefail +o history CURRENT_DIR_PATH="$(readlink -f "$(realpath -e "$(pwd)")")" GLOBAL_CONF_DIR_PATH='/etc/customizepkg.d'