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

@ -1,7 +1,9 @@
# Default void configuration # Default void configuration
# #
# - gawk as default awk # - gawk as default awk(1)
# - libressl-openssl as default openssl(1)
# - openbsd-man as default man(1) # - openbsd-man as default man(1)
# #
virtualpkg=awk-0_1:gawk virtualpkg=awk-0_1:gawk
virtualpkg=openssl-1.0_1:libressl-openssl
virtualpkg=man-0_1:openbsd-man virtualpkg=man-0_1:openbsd-man

View File

@ -75,7 +75,7 @@ copy_void_keys() {
cp keys/*.plist "$1"/var/db/xbps/keys cp keys/*.plist "$1"/var/db/xbps/keys
} }
copy_void_conf() { 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() { install_prereqs() {