diff --git a/PKGBUILD b/PKGBUILD index a9cf877..0cfc4d8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -428,8 +428,8 @@ build() { msg2 'ccache was found and will be used' fi - # document the TkG variables, excluding "_", "_EXT_CONFIG_PATH", and "_where". - declare -p | cut -d ' ' -f 3 | grep -P '^_(?!=|EXT_CONFIG_PATH|where)' > "${srcdir}/customization-full.cfg" + # document the TkG variables, excluding "_", "_EXT_CONFIG_PATH", "_where", and "_path". + declare -p | cut -d ' ' -f 3 | grep -P '^_(?!=|EXT_CONFIG_PATH|where|path)' > "${srcdir}/customization-full.cfg" # remove -O2 flag and place user optimization flag CFLAGS=${CFLAGS/-O2/}