mklive: declare vpkgs unversioned and update path for xbps>=0.43.

This commit is contained in:
Juan RP 2015-01-05 17:55:52 +01:00
parent 8134257155
commit da528e772f
2 changed files with 4 additions and 4 deletions

View File

@ -4,6 +4,6 @@
# - libressl-openssl as default openssl(1)
# - openbsd-man as default man(1)
#
virtualpkg=awk-0_1:gawk
virtualpkg=openssl-1.0_1:libressl-openssl
virtualpkg=man-0_1:openbsd-man
virtualpkg=awk:gawk
virtualpkg=openssl:libressl-openssl
virtualpkg=man:openbsd-man

View File

@ -77,7 +77,7 @@ copy_void_keys() {
}
copy_void_conf() {
install -Dm644 data/void-vpkgs.conf "$1"/usr/share/xbps/virtualpkg.d/void.conf
install -Dm644 data/void-vpkgs.conf "$1"/usr/share/xbps.d/void-virtualpkgs.conf
}
copy_dracut_files() {