wpa_supplicant: switch to /usr.

This commit is contained in:
Juan RP 2012-07-09 22:52:56 +02:00
parent 38cf80b7fa
commit 9ca5eb5b8f

View file

@ -1,7 +1,7 @@
# Template file for 'wpa_supplicant'
pkgname=wpa_supplicant
version=1.0
revision=2
revision=3
build_wrksrc=$pkgname
makedepends="pkg-config libnl3-devel openssl-devel dbus-devel readline-devel"
conf_files="/etc/${pkgname}.conf"
@ -49,6 +49,6 @@ do_install() {
vinstall dbus/dbus-${pkgname}.conf 644 \
etc/dbus-1/system.d ${pkgname}.conf
vmkdir lib/systemd/system
install -m644 systemd/*.service ${DESTDIR}/lib/systemd/system
vmkdir usr/lib/systemd/system
install -m644 systemd/*.service ${DESTDIR}/usr/lib/systemd/system
}