summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-01-04 15:25:38 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-01-04 15:25:38 -0500
commitec4223a6a689b341bf4a60c3e7eb0e6211b0e5f3 (patch)
tree4a88742ff4bbdf7aa874c5763c3600eb5a1883ea /test
parentbd9e8f3d19098563f4798553176d3e3ab9b50b04 (diff)
Found a mistake in librefetch-install, use @pkgconfdir@ to avoid those types of errors
Diffstat (limited to 'test')
-rwxr-xr-xtest/testenv1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testenv b/test/testenv
index 56b56fb..7072326 100755
--- a/test/testenv
+++ b/test/testenv
@@ -46,6 +46,7 @@ export HOME=$TMPDIR/home
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_CONFIG_HOME="$HOME/.config"
export _librelib_conf_sh_sysconfdir="$destdir/etc"
+export _librelib_conf_sh_pkgconfdir="$destdir/etc/libretools.d"
# Hack to respect our variables in sudo
_sudo() {