mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
vconf: install to /etc, not /etc/${pkgname}
This commit is contained in:
parent
1dd8c04073
commit
b32df236e4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue