vconf: install to /etc, not /etc/${pkgname}

This commit is contained in:
Christian Neukirchen 2014-07-26 17:10:10 +02:00
parent 1dd8c04073
commit b32df236e4

View File

@ -75,7 +75,7 @@ _vconf() {
return 1 return 1
fi fi
vinstall "$file" 644 "etc/${pkgname}" "$targetfile" vinstall "$file" 644 etc "$targetfile"
} }
_vsconf() { _vsconf() {