From b32df236e48f391ac803a8e9b1c350be44cccb1c Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sat, 26 Jul 2014 17:10:10 +0200 Subject: [PATCH] vconf: install to /etc, not /etc/${pkgname} --- common/helpers/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/helpers/install.sh b/common/helpers/install.sh index 70ea4218d80..86394ead5c0 100644 --- a/common/helpers/install.sh +++ b/common/helpers/install.sh @@ -75,7 +75,7 @@ _vconf() { return 1 fi - vinstall "$file" 644 "etc/${pkgname}" "$targetfile" + vinstall "$file" 644 etc "$targetfile" } _vsconf() {