From e43c9f6221c31b71ef117c6017a425039276ebf5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 11 Aug 2009 17:13:33 +0200 Subject: [PATCH] xbps-base-files: install modprobe.d files with .conf suffix. Bump to 0.20. --HG-- extra : convert_revision : 205a5bb376a434e2392983a9c3b97f8d6e69fc01 --- templates/xbps-base-files/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }