udisks: nuke /var/run stuff.
This commit is contained in:
parent
31158055b9
commit
d77704d88e
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue