NetworkManager: move to usr/bin.
This commit is contained in:
parent
7337bfee1a
commit
d4f1b28fd3
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'NetworkManager'
|
# Template file for 'NetworkManager'
|
||||||
pkgname=NetworkManager
|
pkgname=NetworkManager
|
||||||
version=1.0.2
|
version=1.0.2
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-dhcpcd --with-dhclient=/usr/sbin/dhclient
|
configure_args="--without-dhcpcd --with-dhclient=/usr/bin/dhclient
|
||||||
--with-system-ca-path=/etc/ssl/certs --enable-more-warnings=no
|
--with-system-ca-path=/etc/ssl/certs --enable-more-warnings=no
|
||||||
--with-crypto=gnutls --disable-static --enable-ppp
|
--with-crypto=gnutls --disable-static --enable-ppp
|
||||||
--with-udev-dir=/usr/lib/udev $(vopt_enable gir introspection)
|
--with-udev-dir=/usr/lib/udev $(vopt_enable gir introspection)
|
||||||
--with-kernel-firmware-dir=/usr/lib/firmware --disable-wimax
|
--with-kernel-firmware-dir=/usr/lib/firmware --disable-wimax
|
||||||
--with-pppd-plugin-dir=/usr/lib/pppd/2.4.7 --enable-modify-system
|
--with-pppd-plugin-dir=/usr/lib/pppd/2.4.7 --enable-modify-system
|
||||||
--with-modem-manager-1 --with-resolvconf=/usr/bin/resolvconf
|
--with-modem-manager-1 --with-resolvconf=/usr/bin/resolvconf
|
||||||
--enable-polkit-agent --enable-tests=no LDFLAGS=
|
--enable-polkit-agent --enable-tests=no --sbindir=/usr/bin LDFLAGS=
|
||||||
ac_cv_file__etc_redhat_release=no ac_cv_file__etc_gentoo_release=no
|
ac_cv_file__etc_redhat_release=no ac_cv_file__etc_gentoo_release=no
|
||||||
ac_cv_file__etc_fedora_release=no ac_cv_file__etc_mandriva_release=no
|
ac_cv_file__etc_fedora_release=no ac_cv_file__etc_mandriva_release=no
|
||||||
ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_debian_version=no"
|
ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_debian_version=no"
|
||||||
|
|
Loading…
Reference in New Issue