blob: 14c1ae998d3e29fd65ff956622a521ca9f1a2273 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- netsniff-ng/src/Makefile.orig
+++ netsniff-ng/src/Makefile
@@ -39,9 +39,9 @@
@install -D $(target) $(DESTDIR)/$(BINDIR)/$(target)
@install -d $(DESTDIR)/$(ETCDIR)/$(target)/rules
@cp -r rules/*.bpf $(DESTDIR)/$(ETCDIR)/$(target)/rules/
- @cat $(MANDIR_LOCAL)/$(target).8 | gzip --best > \
+ @cat $(MANDIR_LOCAL)/$(target).8 | gzip > \
$(MANDIR_LOCAL)/$(target).8.gz
- @install -D $(MANDIR_LOCAL)/$(target).8.gz \
+ @install -Dm644 $(MANDIR_LOCAL)/$(target).8.gz \
$(DESTDIR)/$(MANDIR)/$(target).8.gz
uninstall:
|