Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37852043
en ru br
ALT Linux repos
5.0: 5.2.3-alt1
4.1: 5.2.3-alt1
4.0: 5.2.3-alt1
3.0: 4.0-alt2

Group :: Monitoring
RPM: trafshow

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: trafshow-4-makefile.patch
Download


--- trafshow-4.0/Makefile.in.orig	2003-12-19 16:25:28 +0300
+++ trafshow-4.0/Makefile.in	2004-02-17 16:18:49 +0300
@@ -68,9 +68,9 @@
 	@echo 'char libpcap[] = "@V_PCAPVER@";' >> $@
 
 install: force
-	./install-sh -c -s -m 550 -o bin -g @V_GROUP@ $(PROG) $(DESTDIR)$(BINDEST)/$(PROG)
-	./install-sh -c -m 444 -o bin -g bin $(PROG).1 $(DESTDIR)$(MANDEST)/man1/$(PROG).1
-	[ -f /etc/$(PROG) ] || ./install-sh -c -o root -m 644 .trafshow /etc/$(PROG)
+	install -pD -m755 $(PROG) $(DESTDIR)$(BINDEST)/$(PROG)
+	install -pD -m644 $(PROG).1 $(DESTDIR)$(MANDEST)/man1/$(PROG).1
+	install -pD -m644 .trafshow $(DESTDIR)/etc/$(PROG)
 
 clean:
 	rm -f $(CLEANFILES)
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin