udisks: nuke /var/run stuff.
This commit is contained in:
parent
31158055b9
commit
d77704d88e
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'udisks'
|
# Template file for 'udisks'
|
||||||
pkgname=udisks
|
pkgname=udisks
|
||||||
version=1.0.2
|
version=1.0.2
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://hal.freedesktop.org/releases/$pkgname-$version.tar.gz"
|
distfiles="http://hal.freedesktop.org/releases/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-static --localstatedir=/var --enable-lvm2"
|
configure_args="--disable-static --localstatedir=/var --enable-lvm2"
|
||||||
|
@ -58,4 +58,5 @@ post_install()
|
||||||
|
|
||||||
# Fix location of pkg-config files.
|
# Fix location of pkg-config files.
|
||||||
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
|
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
|
||||||
|
rm -rf ${DESTDIR}/var/run
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue