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

(-)kphone/Makefile.in~ (-1 / +1 lines)
Lines 70-76 Link Here
70
70
71
install:	all
71
install:	all
72
	install --mode=0755 --directory $(DESTDIR)/$(BIN_DIR)
72
	install --mode=0755 --directory $(DESTDIR)/$(BIN_DIR)
73
	install --strip kphone $(DESTDIR)/$(BIN_DIR)
73
	install kphone $(DESTDIR)/$(BIN_DIR)
74
74
75
uninstall:
75
uninstall:
76
	rm -f $(DESTDIR)/$(BIN_DIR)/kphone 
76
	rm -f $(DESTDIR)/$(BIN_DIR)/kphone 

Return to bug 252015