[arch-commits] Commit in ossp/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Sun Apr 29 05:58:16 UTC 2012


    Date: Sunday, April 29, 2012 @ 01:58:16
  Author: allan
Revision: 157747

upgpkg: ossp 1.3.2-14

move udev rules and systemd files from /lib

Modified:
  ossp/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-29 05:53:55 UTC (rev 157746)
+++ PKGBUILD	2012-04-29 05:58:16 UTC (rev 157747)
@@ -4,7 +4,7 @@
 
 pkgname=ossp
 pkgver=1.3.2
-pkgrel=13
+pkgrel=14
 pkgdesc="Emulate OSS device using CUSE"
 arch=(i686 x86_64)
 url="http://sourceforge.net/projects/osspd"
@@ -31,11 +31,11 @@
 package() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  make DESTDIR="$pkgdir" prefix=/usr UDEVDIR=/lib/udev/rules.d install
+  make DESTDIR="$pkgdir" prefix=/usr UDEVDIR=/usr/lib/udev/rules.d install
 
   # Make compatible with udev ACLs
   sed -e 's/GROUP="audio"/SUBSYSTEM=="cuse", MODE="0666"/' \
-      -i "$pkgdir/lib/udev/rules.d/98-osscuse.rules"
+      -i "$pkgdir/usr/lib/udev/rules.d/98-osscuse.rules"
 
   install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
 
@@ -44,6 +44,6 @@
   install -Dm644 "$srcdir/osspd.conf.d" "$pkgdir/etc/conf.d/osspd"
 
   # systemd
-  install -Dm644 "$srcdir/osspd.service" "$pkgdir/lib/systemd/system/osspd.service"
+  install -Dm644 "$srcdir/osspd.service" "$pkgdir/usr/lib/systemd/system/osspd.service"
   install -Dm644 "$srcdir/osspd.modules-load" "$pkgdir/usr/lib/modules-load.d/osspd.conf"
 }




More information about the arch-commits mailing list