Date: Wednesday, March 26, 2014 @ 18:16:58
  Author: anatolik
Revision: 108317

FS#39632: do not keep package's udev rules in /etc

/etc is meant for site-local overrides only.

Modified:
  dfu-util/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-03-26 17:04:52 UTC (rev 108316)
+++ PKGBUILD    2014-03-26 17:16:58 UTC (rev 108317)
@@ -27,5 +27,5 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir"/stm32dfu.udev.rules 
"$pkgdir"/etc/udev/rules.d/48-stm32dfu.rules
+  install -Dm644 "$srcdir"/stm32dfu.udev.rules 
"$pkgdir"/usr/lib/udev/rules.d/48-stm32dfu.rules
 }

Reply via email to