diff options
author | sibel <lesibel@free.fr> | 2011-04-21 16:12:19 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-04-21 16:12:19 +0200 |
commit | b1cb2685e0106a78b9f8cae2392083c4bd390d98 (patch) | |
tree | 5d53f72bde9fd81268afa8b84f48a6c1bbc23266 /extra/consolekit/Pkgfile | |
parent | 5e4b50ddaa1ec900059c36b7cd0edf820cb00d65 (diff) | |
download | nutyx-extra-b1cb2685e0106a78b9f8cae2392083c4bd390d98.tar.gz nutyx-extra-b1cb2685e0106a78b9f8cae2392083c4bd390d98.tar.bz2 nutyx-extra-b1cb2685e0106a78b9f8cae2392083c4bd390d98.tar.xz nutyx-extra-b1cb2685e0106a78b9f8cae2392083c4bd390d98.zip |
consolekit, correction
Diffstat (limited to 'extra/consolekit/Pkgfile')
-rwxr-xr-x | extra/consolekit/Pkgfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/consolekit/Pkgfile b/extra/consolekit/Pkgfile index 964f3ff34..4a0ae0499 100755 --- a/extra/consolekit/Pkgfile +++ b/extra/consolekit/Pkgfile @@ -7,9 +7,10 @@ name=consolekit version=0.4.4 -release=3 +release=4 source=(http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-$version.tar.bz2 - pam-foreground-compat.ck) + pam-foreground-compat.ck + consolekit.logrotate) build() { cd ConsoleKit-$version @@ -25,5 +26,5 @@ build() { make make DESTDIR=$PKG install install -m755 $SRC/pam-foreground-compat.ck $PKG/usr/lib/ConsoleKit/run-session.d/ + install -D -m644 $SRC/consolekit.logrotate $PKG/etc/logrotate.d/consolekit } - |