mklive: install vpkg conf file to the system virtualpkg directory instead.

This commit is contained in:
Juan RP
2014-11-05 09:45:29 +01:00
parent 4e5adc6f04
commit 644890069c
2 changed files with 4 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ copy_void_keys() {
cp keys/*.plist "$1"/var/db/xbps/keys
}
copy_void_conf() {
install -Dm644 data/void-vpkgs.conf "$1"/etc/xbps/virtualpkg.d/void.conf
install -Dm644 data/void-vpkgs.conf "$1"/usr/share/xbps/virtualpkg.d/void.conf
}
install_prereqs() {