Date: Wednesday, August 24, 2011 @ 06:17:41
  Author: tomegun
Revision: 136207

modprobe.d: move usb file from /etc to /lib

Packages should only install files in /lib, never in /etc.

Modified:
  filesystem/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-08-24 08:33:01 UTC (rev 136206)
+++ PKGBUILD    2011-08-24 10:17:41 UTC (rev 136207)
@@ -42,7 +42,7 @@
                install -m600 ${srcdir}/${f} ${pkgdir}/etc/
        done
        touch ${pkgdir}/etc/arch-release
-       install -D -m644 ${srcdir}/modprobe.d.usb-load-ehci-first 
${pkgdir}/etc/modprobe.d/usb-load-ehci-first.conf
+       install -D -m644 ${srcdir}/modprobe.d.usb-load-ehci-first 
${pkgdir}/lib/modprobe.d/usb-load-ehci-first.conf
 
        # setup /var
        for d in cache/man local opt run log/old lib/misc empty; do

Reply via email to