summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/librefetch-test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/librefetch-test.sh b/test/librefetch-test.sh
index fc92079..f3864f1 100644
--- a/test/librefetch-test.sh
+++ b/test/librefetch-test.sh
@@ -17,10 +17,10 @@ DLAGENTS=('ftp::/usr/bin/curl -fC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %
'scp::/usr/bin/scp -C %u %o')
BUILDDIR=""
SRCDEST=$tmpdir/srcdest
-. ${_librelib_conf_sh_pkgconfdir}/librefetch-makepkg.conf
+source ${_librelib_conf_sh_sysconfdir}/makepkg.d/librefetch.conf
EOF
sed -i 's,/usr/bin/librefetch,$(which librefetch),' \
- "${_librelib_conf_sh_pkgconfdir}/librefetch-makepkg.conf"
+ "${_librelib_conf_sh_sysconfdir}/makepkg.d/librefetch.conf"
export MAKEPKG_CONF="$XDG_CONFIG_HOME/pacman/makepkg.conf"