diff options
author | 2007-02-23 12:24:59 +0000 | |
---|---|---|
committer | 2007-02-23 12:24:59 +0000 | |
commit | 2dad3943ab15d7f145befd5882cada4a12f2abe9 (patch) | |
tree | 3ed56ff800a1527195f75822bef65f0a6ec35d78 /net-wireless/wpa_supplicant/wpa_supplicant-0.5.7.ebuild | |
parent | clean up (diff) | |
download | gentoo-2-2dad3943ab15d7f145befd5882cada4a12f2abe9.tar.gz gentoo-2-2dad3943ab15d7f145befd5882cada4a12f2abe9.tar.bz2 gentoo-2-2dad3943ab15d7f145befd5882cada4a12f2abe9.zip |
Stop using $ROOT in src_* functions, #168039
(Portage version: 2.1.2-r10)
Diffstat (limited to 'net-wireless/wpa_supplicant/wpa_supplicant-0.5.7.ebuild')
-rw-r--r-- | net-wireless/wpa_supplicant/wpa_supplicant-0.5.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-0.5.7.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-0.5.7.ebuild index fb33a33de11f..06f9905dd0ea 100644 --- a/net-wireless/wpa_supplicant/wpa_supplicant-0.5.7.ebuild +++ b/net-wireless/wpa_supplicant/wpa_supplicant-0.5.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.5.7.ebuild,v 1.4 2007/02/13 23:23:31 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.5.7.ebuild,v 1.5 2007/02/23 12:24:59 uberlord Exp $ inherit eutils toolchain-funcs @@ -118,7 +118,7 @@ src_unpack() { if use madwifi ; then # Add include path for madwifi-driver headers - echo "CFLAGS += -I${ROOT}/usr/include/madwifi" >> .config + echo "CFLAGS += -I/usr/include/madwifi" >> .config echo "CONFIG_DRIVER_MADWIFI=y" >> .config fi elif use kernel_FreeBSD ; then |