diff options
author | sibel <lesibel@free.fr> | 2011-04-08 11:03:39 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-04-08 11:03:39 +0200 |
commit | 766a756dd7ed3226587ca1e7e798725e70a9a5be (patch) | |
tree | bf71268343e941d636420a98a0cbb7614ec3f466 /extra/consolekit/Pkgfile | |
parent | 45675233e03a40410a36a8b606753e9aa433b5c5 (diff) | |
download | nutyx-extra-766a756dd7ed3226587ca1e7e798725e70a9a5be.tar.gz nutyx-extra-766a756dd7ed3226587ca1e7e798725e70a9a5be.tar.bz2 nutyx-extra-766a756dd7ed3226587ca1e7e798725e70a9a5be.tar.xz nutyx-extra-766a756dd7ed3226587ca1e7e798725e70a9a5be.zip |
consolekit, petites corrections
Diffstat (limited to 'extra/consolekit/Pkgfile')
-rwxr-xr-x | extra/consolekit/Pkgfile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/extra/consolekit/Pkgfile b/extra/consolekit/Pkgfile index 39bdfd437..964f3ff34 100755 --- a/extra/consolekit/Pkgfile +++ b/extra/consolekit/Pkgfile @@ -7,8 +7,9 @@ name=consolekit version=0.4.4 -release=1 -source=(http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-$version.tar.bz2) +release=3 +source=(http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-$version.tar.bz2 + pam-foreground-compat.ck) build() { cd ConsoleKit-$version @@ -18,9 +19,11 @@ build() { --localstatedir=/var \ --libexecdir=/usr/lib/ConsoleKit \ --enable-pam-module \ - --enable-docbook-docs + --enable-docbook-docs \ + --with-dbus-services=$PKG/usr/share/dbus-1/services make make DESTDIR=$PKG install + install -m755 $SRC/pam-foreground-compat.ck $PKG/usr/lib/ConsoleKit/run-session.d/ } |