summaryrefslogtreecommitdiff
path: root/extra/rtkit/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/rtkit/PKGBUILD')
-rw-r--r--extra/rtkit/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/rtkit/PKGBUILD b/extra/rtkit/PKGBUILD
index c240df1e1..7ab0d162c 100644
--- a/extra/rtkit/PKGBUILD
+++ b/extra/rtkit/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 149435 2012-02-07 17:06:43Z heftig $
+# $Id: PKGBUILD 157777 2012-04-29 10:12:33Z allan $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
pkgname=rtkit
pkgver=0.10
-pkgrel=3
+pkgrel=4
pkgdesc="Realtime Policy and Watchdog Daemon"
arch=('i686' 'x86_64')
url="http://git.0pointer.de/?p=rtkit.git"
@@ -21,7 +21,7 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
- --with-systemdsystemunitdir=/lib/systemd/system
+ --with-systemdsystemunitdir=/usr/lib/systemd/system
make
}