From 3ff5d7ac010562c2a9d8d7a6bbcb8105485bacd1 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 26 Aug 2018 18:33:48 -0400 Subject: test: librefetch: Fix to work with the new drop-in location. This should have been part of the earlier commit. Oh well. --- test/librefetch-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/librefetch-test.sh') 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" -- cgit v1.2.2