summaryrefslogtreecommitdiff
path: root/extra/ossp/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-05-01 00:01:20 +0000
committerroot <root@rshg054.dnsready.net>2012-05-01 00:01:20 +0000
commit752015395fc8b95cc4a86b68189cb747fe9a8499 (patch)
tree3e64f1f739447b52eab8498bf13bcbc9410cde8e /extra/ossp/PKGBUILD
parentb7cd4b184f75d3d2b54b356e08f296df3a9afb38 (diff)
Tue May 1 00:01:20 UTC 2012
Diffstat (limited to 'extra/ossp/PKGBUILD')
-rw-r--r--extra/ossp/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/ossp/PKGBUILD b/extra/ossp/PKGBUILD
index 587ac1415..5a29e8eb7 100644
--- a/extra/ossp/PKGBUILD
+++ b/extra/ossp/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 149814 2012-02-11 04:06:47Z heftig $
+# $Id: PKGBUILD 157748 2012-04-29 05:59:42Z allan $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Jonathan Liu <net147@gmail.com>
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 @@ build() {
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 @@ package() {
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"
}