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

(-)stylus-toolbox-0.2.7/Makefile.orig (-2 / +2 lines)
Lines 1-4 Link Here
1
PREFIX=/usr/local
1
PREFIX=/usr
2
2
3
all:
3
all:
4
	@echo "Type 'make install' as root" 
4
	@echo "Type 'make install' as root" 
Lines 7-11 Link Here
7
	rm -rf build
7
	rm -rf build
8
8
9
install:
9
install:
10
	@./setup.py --prefix=$(PREFIX)
10
	@./setup.py --prefix=${PREFIX}
11
	@./setup.py install
11
	@./setup.py install

Return to bug 175646