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

Collapse All | Expand All

(-)tcpdstat-uw/Makefile (-3 / +2 lines)
Lines 15-23 Link Here
15
all: $(PROGS)
15
all: $(PROGS)
16
16
17
install: $(PROGS)
17
install: $(PROGS)
18
	# $(INSTALL) $(COPY) -m 0755 $(PROGS) $(PREFIX)/bin
18
	$(INSTALL) -d -o root -g wheel $(PREFIX)/usr/bin
19
	cp tcpdstat $(PREFIX)/bin
19
	$(INSTALL) -o root -g wheel -m 0755 $(PROGS) $(PREFIX)/usr/bin
20
	chmod 0755 $(PREFIX)/bin/tcpdstat 
21
20
22
tar:
21
tar:
23
	(cd ..; tar -cvf tcpdstat-uw.tar $(PWD); \
22
	(cd ..; tar -cvf tcpdstat-uw.tar $(PWD); \

Return to bug 195025