summaryrefslogtreecommitdiffstats
path: root/extra/consolekit/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-04-21 16:12:19 +0200
committersibel <lesibel@free.fr>2011-04-21 16:12:19 +0200
commitb1cb2685e0106a78b9f8cae2392083c4bd390d98 (patch)
tree5d53f72bde9fd81268afa8b84f48a6c1bbc23266 /extra/consolekit/Pkgfile
parent5e4b50ddaa1ec900059c36b7cd0edf820cb00d65 (diff)
downloadnutyx-pakxe-b1cb2685e0106a78b9f8cae2392083c4bd390d98.tar.gz
nutyx-pakxe-b1cb2685e0106a78b9f8cae2392083c4bd390d98.tar.bz2
nutyx-pakxe-b1cb2685e0106a78b9f8cae2392083c4bd390d98.tar.xz
nutyx-pakxe-b1cb2685e0106a78b9f8cae2392083c4bd390d98.zip
consolekit, correction
Diffstat (limited to 'extra/consolekit/Pkgfile')
-rwxr-xr-xextra/consolekit/Pkgfile7
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
}
-