Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 237437 | Differences between
and this patch

Collapse All | Expand All

(-)org/wifi-radar-1.9.8-r1.ebuild (-2 / +2 lines)
Lines 23-28 Link Here
23
	epatch \
23
	epatch \
24
		debian/patches/01atheros.dpatch \
24
		debian/patches/01atheros.dpatch \
25
		debian/patches/02wpa_supp_args.dpatch
25
		debian/patches/02wpa_supp_args.dpatch
26
	epatch "${FILESDIR}/manpage.patch"
26
}
27
}
27
28
28
src_install ()
29
src_install ()
Lines 30-37 Link Here
30
	dosbin wifi-radar
31
	dosbin wifi-radar
31
	dosed "s:/etc/conf.d:/etc:g" /usr/sbin/wifi-radar
32
	dosed "s:/etc/conf.d:/etc:g" /usr/sbin/wifi-radar
32
	dobin wifi-radar.sh
33
	dobin wifi-radar.sh
33
	dodir /etc/wifi-radar
34
	insinto /etc; doins wifi-radar.conf
34
	insinto /etc/wifi-radar; doins wifi-radar.conf
35
	if use svg; then
35
	if use svg; then
36
		doicon pixmaps/wifi-radar.svg
36
		doicon pixmaps/wifi-radar.svg
37
		make_desktop_entry wifi-radar.sh "WiFi Radar" wifi-radar Network
37
		make_desktop_entry wifi-radar.sh "WiFi Radar" wifi-radar Network

Return to bug 237437