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

(-)picp-0.6.8.ebuild (+7 lines)
Lines 20-25 Link Here
20
		-e 's:$(CC):\0 $(LDFLAGS):' \
20
		-e 's:$(CC):\0 $(LDFLAGS):' \
21
		{.,fixchksum,picsnoop}/Makefile || die "sed failed"
21
		{.,fixchksum,picsnoop}/Makefile || die "sed failed"
22
22
23
	# update default search path for picdevrc
24
	sed -i -e 's:/usr/local/bin:/etc/picp:' \
25
		main.c || die "sed failed"
26
23
	rm -f picsnoop/{picsnoop,*.o}
27
	rm -f picsnoop/{picsnoop,*.o}
24
28
25
	epatch "${FILESDIR}"/${P}-errno.patch
29
	epatch "${FILESDIR}"/${P}-errno.patch
Lines 39-42 Link Here
39
	newdoc picsnoop/README.TXT PICSNOOP.txt
43
	newdoc picsnoop/README.TXT PICSNOOP.txt
40
	newdoc fixchksum/README fixchksum.txt
44
	newdoc fixchksum/README fixchksum.txt
41
	dohtml PICPmanual.html
45
	dohtml PICPmanual.html
46
	# install default picdevrc into /etc/picp
47
	insinto etc/picp
48
	doins picdevrc
42
}
49
}

Return to bug 507756