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
1 changed files with 1 additions and 1 deletions

View File

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