summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-26 18:33:48 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-26 18:33:48 -0400
commit3ff5d7ac010562c2a9d8d7a6bbcb8105485bacd1 (patch)
treec05ae98d00774d9e8e621335f0e730801f54681e
parent5e84ba0d894fbc1755c2508582f84ec2e08f05e3 (diff)
test: librefetch: Fix to work with the new drop-in location.v20180826
This should have been part of the earlier commit. Oh well.
-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"