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

(-)Makefile.in.old (-1 / +1 lines)
Lines 70-76 Link Here
70
install: force
70
install: force
71
	./install-sh -c -s -m 550 -o bin -g @V_GROUP@ $(PROG) $(DESTDIR)$(BINDEST)/$(PROG)
71
	./install-sh -c -s -m 550 -o bin -g @V_GROUP@ $(PROG) $(DESTDIR)$(BINDEST)/$(PROG)
72
	./install-sh -c -m 444 -o bin -g bin $(PROG).1 $(DESTDIR)$(MANDEST)/man1/$(PROG).1
72
	./install-sh -c -m 444 -o bin -g bin $(PROG).1 $(DESTDIR)$(MANDEST)/man1/$(PROG).1
73
	[ -f /etc/$(PROG) ] || ./install-sh -c -o root -m 644 .trafshow /etc/$(PROG)
73
	[ -f $(DESTDIR)/etc/$(PROG) ] || ./install-sh -c -o root -m 644 .trafshow $(DESTDIR)/etc/$(PROG)
74
74
75
clean:
75
clean:
76
	rm -f $(CLEANFILES)
76
	rm -f $(CLEANFILES)

Return to bug 58243