base-files: update for depends as bdeps.
This commit is contained in:
parent
3af0fd6ae7
commit
4f5cddfa6f
|
@ -4,7 +4,7 @@ version=0.104
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style="meta"
|
build_style="meta"
|
||||||
makedepends="base-directories xbps-triggers"
|
depends="base-directories xbps-triggers"
|
||||||
short_desc="Void Linux base system files"
|
short_desc="Void Linux base system files"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="http://www.voidlinux.eu"
|
||||||
|
@ -25,7 +25,6 @@ conf_files="
|
||||||
/etc/fstab
|
/etc/fstab
|
||||||
/etc/crypttab
|
/etc/crypttab
|
||||||
/etc/nsswitch.conf"
|
/etc/nsswitch.conf"
|
||||||
depends="base-directories xbps-triggers"
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
|
|
Loading…
Reference in New Issue