Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 25835
Collapse All | Expand All

(-)linux-wlan-ng-0.2.1_pre11.ebuild (-2 / +2 lines)
Lines 154-165 Link Here
154
		sed -e 's:PRISM2_PCMCIA=y:PRISM2_PCMCIA=n:' \
154
		sed -e 's:PRISM2_PCMCIA=y:PRISM2_PCMCIA=n:' \
155
		config.in > default.config
155
		config.in > default.config
156
	fi
156
	fi
157
	mv default.config config.in
157
#	mv default.config config.in
158
158
159
	if [ -n "`use usb`" ]; then
159
	if [ -n "`use usb`" ]; then
160
		sed -e 's:PRISM2_USB=n:PRISM2_USB=y:' \
160
		sed -e 's:PRISM2_USB=n:PRISM2_USB=y:' \
161
			config.in > default.config
161
			config.in > default.config
162
		mv default.config config.in
162
#		mv default.config config.in
163
	fi
163
	fi
164
164
165
	mv default.config config.in
165
	mv default.config config.in

Return to bug 25835