ConsoleKit: nuke /var/run stuff.
This commit is contained in:
parent
9d23dcc1e8
commit
31158055b9
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'ConsoleKit'
|
||||
pkgname=ConsoleKit
|
||||
version=0.4.4
|
||||
revision=1
|
||||
distfiles="http://www.freedesktop.org/software/$pkgname/dist/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--enable-docbook-docs --enable-pam-module
|
||||
|
@ -45,4 +46,5 @@ post_install()
|
|||
|
||||
install -D -m644 ${FILESDIR}/ck.logrotate \
|
||||
${DESTDIR}/etc/logrotate.d/ConsoleKit
|
||||
rm -rf ${DESTDIR}/var/run
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue