udisks: nuke /var/run stuff.

This commit is contained in:
Juan RP 2011-05-04 13:57:46 +02:00
parent 31158055b9
commit d77704d88e
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'udisks'
pkgname=udisks
version=1.0.2
revision=1
revision=2
distfiles="http://hal.freedesktop.org/releases/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--disable-static --localstatedir=/var --enable-lvm2"
@ -58,4 +58,5 @@ post_install()
# Fix location of pkg-config files.
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
rm -rf ${DESTDIR}/var/run
}