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() {