Blob Blame History Raw
diff -uNr tools-20070815.orig/humfsify/Makefile tools-20070815/humfsify/Makefile
--- tools-20070815.orig/humfsify/Makefile	2006-05-25 20:37:01.000000000 +0200
+++ tools-20070815/humfsify/Makefile	2008-03-19 20:29:50.000000000 +0100
@@ -4,7 +4,7 @@
 
 install:
 	install -d $(DESTDIR)$(BIN_DIR)
-	install -o 0755 $(BIN) $(DESTDIR)$(BIN_DIR)
+	install -m 0755 $(BIN) $(DESTDIR)$(BIN_DIR)
 
 clean:
 	rm -f *~