summaryrefslogtreecommitdiff
path: root/community-testing/oss/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/oss/PKGBUILD')
-rw-r--r--community-testing/oss/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community-testing/oss/PKGBUILD b/community-testing/oss/PKGBUILD
index 82dec44a5..ca51c3cad 100644
--- a/community-testing/oss/PKGBUILD
+++ b/community-testing/oss/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 72557 2012-06-16 17:10:20Z dreisner $
+# $Id: PKGBUILD 72591 2012-06-17 08:35:07Z bluewind $
# Maintainer: Florian Pritz <bluewind@xinu.at>
# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
@@ -6,7 +6,7 @@
pkgbase=oss
pkgname=(oss libflashsupport-oss)
pkgver=4.2_2006
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url="http://developer.opensound.com/"
license=('GPL2')
@@ -82,7 +82,7 @@ package_oss() {
chmod -R a+r "${pkgdir}" # All files can have read permission (FS#13815)
find "${pkgdir}" -type d -exec chmod a+x '{}' \; # Make namcap happy
install -Dm755 "${srcdir}/rc-script" "${pkgdir}/etc/rc.d/oss"
- install -Dm644 "$srcdir/oss.service" "$pkgdir/usr/lib/systemd/system"
+ install -Dm644 "$srcdir/oss.service" "$pkgdir/usr/lib/systemd/system/oss.service"
}
package_libflashsupport-oss() {