692351e699
- Fix permissions on man pages.
10 lines
469 B
Diff
10 lines
469 B
Diff
diff -Nur nftables-20140118.orig/Makefile.rules.in nftables-20140118/Makefile.rules.in
|
|
--- nftables-20140118.orig/Makefile.rules.in 2014-01-17 22:28:00.000000000 -0700
|
|
+++ nftables-20140118/Makefile.rules.in 2014-01-18 14:43:35.889000000 -0700
|
|
@@ -93,4 +93,4 @@
|
|
.PHONY: $(SUBDIRS)
|
|
$(SUBDIRS):
|
|
@echo -e " SUBDIR\t$@/"
|
|
- @$(MAKE) -s -f Makefile.rules $(MAKECMDGOALS) SUBDIR="$@/" SUBDIRS=""
|
|
+ @$(MAKE) -f Makefile.rules $(MAKECMDGOALS) SUBDIR="$@/" SUBDIRS=""
|