diff options
author | root <root@rshg054.dnsready.net> | 2011-11-09 23:14:53 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-09 23:14:53 +0000 |
commit | 7b0cdd65ac7bcd3c7597b528a10de58e4e0a430f (patch) | |
tree | 94f5e5e8ba53712358886d7a29554a7c5d624563 /community/systemd | |
parent | ddba9670c1518d9b420db6a6dca01a4a4a4136c7 (diff) |
Wed Nov 9 23:14:53 UTC 2011
Diffstat (limited to 'community/systemd')
-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 8fe770e58..1e518f7da 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') 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() { |