diff --git a/srcpkgs/base-files/template b/srcpkgs/base-files/template index 26b0bd819cf..378b563d05a 100644 --- a/srcpkgs/base-files/template +++ b/srcpkgs/base-files/template @@ -1,7 +1,7 @@ # Template file for 'base-files' pkgname=base-files -version=0.107 -revision=2 +version=0.108 +revision=1 bootstrap=yes build_style="meta" depends="base-directories xbps-triggers" @@ -24,8 +24,7 @@ conf_files=" /etc/group /etc/fstab /etc/crypttab - /etc/nsswitch.conf - /etc/modprobe.d/blacklist.conf" + /etc/nsswitch.conf" do_install() { if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then @@ -50,9 +49,8 @@ do_install() { install -m644 ${FILESDIR}/*.sh ${DESTDIR}/etc/profile.d install -m644 ${FILESDIR}/DIR_COLORS* ${DESTDIR}/etc - vinstall ${FILESDIR}/usb-load-ehci-first 644 usr/lib/modprobe.d \ - usb-load-ehci-first.conf - vinstall ${FILESDIR}/blacklist.conf 644 etc/modprobe.d + vinstall ${FILESDIR}/usb-load-ehci-first 644 usr/lib/modprobe.d usb-load-ehci-first.conf + vinstall ${FILESDIR}/blacklist.conf 644 usr/lib/modprobe.d # Install common licenses, from Debian. vmkdir usr/share/licenses