wpa_supplicant: resolve file conflict with wpa_gui.
This commit is contained in:
parent
7ddc41179b
commit
98bbfa2655
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wpa_supplicant'
|
# Template file for 'wpa_supplicant'
|
||||||
pkgname=wpa_supplicant
|
pkgname=wpa_supplicant
|
||||||
version=2.3
|
version=2.3
|
||||||
revision=2
|
revision=3
|
||||||
build_wrksrc=$pkgname
|
build_wrksrc=$pkgname
|
||||||
short_desc="WPA/WPA2/IEEE 802.1X Supplicant"
|
short_desc="WPA/WPA2/IEEE 802.1X Supplicant"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -41,6 +41,8 @@ do_install() {
|
||||||
install -m644 dbus/*.service ${DESTDIR}/usr/share/dbus-1/system-services/
|
install -m644 dbus/*.service ${DESTDIR}/usr/share/dbus-1/system-services/
|
||||||
vinstall dbus/dbus-${pkgname}.conf 644 etc/dbus-1/system.d ${pkgname}.conf
|
vinstall dbus/dbus-${pkgname}.conf 644 etc/dbus-1/system.d ${pkgname}.conf
|
||||||
|
|
||||||
|
rm ${DESTDIR}/usr/share/man/man8/wpa_gui.8
|
||||||
|
|
||||||
if [ "$build_option_systemd" ]; then
|
if [ "$build_option_systemd" ]; then
|
||||||
vinstall ${FILESDIR}/${pkgname}.tmpfiles.d 644 usr/lib/tmpfiles.d ${pkgname}.conf
|
vinstall ${FILESDIR}/${pkgname}.tmpfiles.d 644 usr/lib/tmpfiles.d ${pkgname}.conf
|
||||||
vmkdir usr/lib/systemd/system
|
vmkdir usr/lib/systemd/system
|
||||||
|
|
Loading…
Reference in New Issue