summaryrefslogtreecommitdiff
blob: 9d02498052f0784386cf0c0094a0c3e71e69dfb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff '--exclude-from=/home/dang/.scripts/diffrc' -up -ruN tools-20070815.orig/humfsify/Makefile tools-20070815/humfsify/Makefile
--- tools-20070815.orig/humfsify/Makefile	2006-05-25 14:37:01.000000000 -0400
+++ tools-20070815/humfsify/Makefile	2011-05-02 11:04:32.531034342 -0400
@@ -4,7 +4,7 @@ all:
 
 install:
 	install -d $(DESTDIR)$(BIN_DIR)
-	install -o 0755 $(BIN) $(DESTDIR)$(BIN_DIR)
+	install -m 0755 $(BIN) $(DESTDIR)$(BIN_DIR)
 
 clean:
 	rm -f *~