NetworkManager: nuke /var/run stuff.

This commit is contained in:
Juan RP 2011-05-04 13:55:41 +02:00
parent b27c65882e
commit 9d23dcc1e8

View file

@ -1,6 +1,7 @@
# Template file for 'NetworkManager'
pkgname=NetworkManager
version=0.8.999
revision=1
distfiles="${GNOME_SITE}/$pkgname/0.8/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--localstatedir=/var --with-distro=gentoo
@ -64,4 +65,5 @@ post_install()
# Install config file.
install -d ${DESTDIR}/etc/NetworkManager/dispatcher.d
install -m644 ${FILESDIR}/*.conf ${DESTDIR}/etc/NetworkManager
rm -rf ${DESTDIR}/var/run
}