vconf: install to /etc, not /etc/${pkgname}
This commit is contained in:
parent
1dd8c04073
commit
b32df236e4
|
@ -75,7 +75,7 @@ _vconf() {
|
|||
return 1
|
||||
fi
|
||||
|
||||
vinstall "$file" 644 "etc/${pkgname}" "$targetfile"
|
||||
vinstall "$file" 644 etc "$targetfile"
|
||||
}
|
||||
|
||||
_vsconf() {
|
||||
|
|
Loading…
Reference in New Issue