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

Collapse All | Expand All

(-)suxpanel-0.4a-orig/Makefile.in (+1 lines)
Lines 27-32 Link Here
27
	rm -rf *~ *.o *.so suxpanel
27
	rm -rf *~ *.o *.so suxpanel
28
28
29
install:	all
29
install:	all
30
	mkdir -p ${DESTDIR}/usr/bin
30
	cp suxpanel ${DESTDIR}/usr/bin/suxpanel
31
	cp suxpanel ${DESTDIR}/usr/bin/suxpanel
31
	mkdir -p ${DESTDIR}/usr/share/suxpanel/plugins
32
	mkdir -p ${DESTDIR}/usr/share/suxpanel/plugins
32
	cp -rv *.so ${DESTDIR}/usr/share/suxpanel/plugins
33
	cp -rv *.so ${DESTDIR}/usr/share/suxpanel/plugins

Return to bug 94009