diff --git a/templates/xbps-base-files/template b/templates/xbps-base-files/template index 8f1a53c6398..2f921c947bf 100644 --- a/templates/xbps-base-files/template +++ b/templates/xbps-base-files/template @@ -1,6 +1,6 @@ # Template file for 'xbps-base-files' pkgname=xbps-base-files -version=0.19 +version=0.20 build_style=custom-install short_desc="xbps base system files" maintainer="Juan RP " @@ -82,6 +82,6 @@ do_install() install -m644 ${FILESDIR}/DIR_COLORS* ${DESTDIR}/etc install -d ${DESTDIR}/etc/modprobe.d - install -D -m644 ${FILESDIR}/usb-load-ehci-first \ - ${DESTDIR}/etc/modprobe.d + install -m644 ${FILESDIR}/usb-load-ehci-first \ + ${DESTDIR}/etc/modprobe.d/usb-load-ehci-first.conf }