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

(-)a/silc-plugin-1.1.2-r1.ebuild (-10 / +1 lines)
Lines 44-63 Link Here
44
44
45
src_install() {
45
src_install() {
46
	local myflags
46
	local myflags
47
47
	myflags="${myflags} INSTALLDIRS=vendor"
48
	R1="s/installsitearch='//"
49
	R2="s/';//"
50
	perl_sitearch="`perl -V:installsitearch | sed -e ${R1} -e ${R2}`"
51
	myflags="${myflags} INSTALLPRIVLIB=/usr/$(get_libdir)"
52
	myflags="${myflags} INSTALLARCHLIB=${perl_sitearch}"
53
	myflags="${myflags} INSTALLSITELIB=${perl_sitearch}"
54
	myflags="${myflags} INSTALLSITEARCH=${perl_sitearch}"
55
56
	make DESTDIR="${D}" ${myflags} install || die
48
	make DESTDIR="${D}" ${myflags} install || die
57
49
58
	dodoc "${D}"/usr/share/doc/silc-client/*
50
	dodoc "${D}"/usr/share/doc/silc-client/*
59
	rm -rf "${D}"/usr/share/doc/silc-client
51
	rm -rf "${D}"/usr/share/doc/silc-client
60
61
	rm "${D}"/usr/lib/irssi/modules/libfe_silc.so
52
	rm "${D}"/usr/lib/irssi/modules/libfe_silc.so
62
53
63
	fixlocalpod
54
	fixlocalpod

Return to bug 294854