diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-01-04 15:25:38 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-01-04 15:25:38 -0500 |
commit | ec4223a6a689b341bf4a60c3e7eb0e6211b0e5f3 (patch) | |
tree | 4a88742ff4bbdf7aa874c5763c3600eb5a1883ea /test/testenv | |
parent | bd9e8f3d19098563f4798553176d3e3ab9b50b04 (diff) |
Found a mistake in librefetch-install, use @pkgconfdir@ to avoid those types of errors
Diffstat (limited to 'test/testenv')
-rwxr-xr-x | test/testenv | 1 |
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() { |