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

(-)Makefile.in.orig (-2 / +2 lines)
Lines 24-31 Link Here
24
install:	all
24
install:	all
25
	mkdir -p ${DESTDIR}/usr/bin
25
	mkdir -p ${DESTDIR}/usr/bin
26
	cp suxpanel ${DESTDIR}/usr/bin/suxpanel
26
	cp suxpanel ${DESTDIR}/usr/bin/suxpanel
27
	mkdir -p ${DESTDIR}/usr/share/suxpanel/plugins
27
	mkdir -p ${DESTDIR}/usr/lib/suxpanel/plugins
28
	cp -rv *.so ${DESTDIR}/usr/share/suxpanel/plugins
28
	cp -rv *.so ${DESTDIR}/usr/lib/suxpanel/plugins
29
	mkdir -p ${DESTDIR}/usr/share/suxpanel/pixmaps
29
	mkdir -p ${DESTDIR}/usr/share/suxpanel/pixmaps
30
	cp -rv pixmaps/* ${DESTDIR}/usr/share/suxpanel/pixmaps
30
	cp -rv pixmaps/* ${DESTDIR}/usr/share/suxpanel/pixmaps
31
	chmod -R 755 ${DESTDIR}/usr/share/suxpanel
31
	chmod -R 755 ${DESTDIR}/usr/share/suxpanel

Return to bug 299544