diff options
Diffstat (limited to 'community/systemd/PKGBUILD')
-rw-r--r-- | community/systemd/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/systemd/PKGBUILD b/community/systemd/PKGBUILD index 33ea277bb..eb7d8b9fc 100644 --- a/community/systemd/PKGBUILD +++ b/community/systemd/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 56766 2011-10-12 01:06:12Z dreisner $ +# $Id: PKGBUILD 58198 2011-11-08 16:54:47Z dreisner $ # Maintainer: Dave Reisner <dreisner@archlinux.org> pkgname=systemd pkgver=37 -pkgrel=1 +pkgrel=2 pkgdesc="Session and Startup manager" arch=('i686' 'x86_64' 'mips64el') url="http://www.freedesktop.org/wiki/Software/systemd" @@ -53,13 +53,13 @@ build() { --libdir=/usr/lib \ --localstatedir=/var \ --with-rootdir= \ - --with-rootlibdir=/lib \ - --disable-audit + --with-rootlibdir=/lib make # fix .so links in manpages sed -i 's|\.so halt\.8|.so systemd.halt.8|' man/{halt,poweroff}.8 + sed -i 's|\.so systemd\.1|.so man1/systemd.1|' man/init.1 } package() { |