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