You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/usermode-utilities/files/usermode-utilities-20070815...

13 lines
460 B

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 *~