Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37839594
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-5-makefile.patch
Download


--- trafshow-5.2.3/Makefile.in.orig	2006-11-16 14:01:51 +0300
+++ trafshow-5.2.3/Makefile.in	2006-11-16 16:34:57 +0300
@@ -73,9 +73,9 @@
 	@echo 'char compiled[] = "$(CC) $(CFLAGS) $(LIBS)";' >> $@
 
 install:
-	./install-sh -c -s -m 555 -o bin -g bin $(PROG) $(BINDEST)/$(PROG)
-	./install-sh -c -m 444 -o bin -g bin $(PROG).1 $(MANDEST)/man1/$(PROG).1
-	[ -f /etc/$(PROG) ] || ./install-sh -c -m 444 .trafshow /etc/$(PROG)
+	install -pDs -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