From ec4223a6a689b341bf4a60c3e7eb0e6211b0e5f3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 4 Jan 2015 15:25:38 -0500 Subject: Found a mistake in librefetch-install, use @pkgconfdir@ to avoid those types of errors --- src/librefetch/librefetch-install.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/librefetch') diff --git a/src/librefetch/librefetch-install.in b/src/librefetch/librefetch-install.in index 1a18757..34815a7 100644 --- a/src/librefetch/librefetch-install.in +++ b/src/librefetch/librefetch-install.in @@ -24,7 +24,7 @@ set -ueE . "$(librelib messages)" # This line should be installed -new_code='. @sysconfdir@/libretools/librefetch-makepkg.conf # This line was added by librefetch-install' +new_code='. @pkgconfdir@/librefetch-makepkg.conf # This line was added by librefetch-install' # These lines were installed by previous versions of this script old_code=( -- cgit v1.2.2