diff options
Diffstat (limited to 'sys-apps/usermode-utilities/files/usermode-utilities-20060323-nostrip.patch')
-rw-r--r-- | sys-apps/usermode-utilities/files/usermode-utilities-20060323-nostrip.patch | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/sys-apps/usermode-utilities/files/usermode-utilities-20060323-nostrip.patch b/sys-apps/usermode-utilities/files/usermode-utilities-20060323-nostrip.patch new file mode 100644 index 000000000000..fb88ad3ffeb1 --- /dev/null +++ b/sys-apps/usermode-utilities/files/usermode-utilities-20060323-nostrip.patch @@ -0,0 +1,84 @@ +diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20060323.orig/jail/Makefile tools-20060323/jail/Makefile +--- tools-20060323.orig/jail/Makefile 2006-02-25 07:57:21.000000000 -0500 ++++ tools-20060323/jail/Makefile 2007-06-11 12:06:25.000000000 -0400 +@@ -11,7 +11,7 @@ $(BIN) : $(OBJS) + + install : $(BIN) + install -d $(DESTDIR)$(SBIN_DIR) +- install -s $(BIN) $(DESTDIR)$(SBIN_DIR) ++ install $(BIN) $(DESTDIR)$(SBIN_DIR) + + clean : + rm -rf *~ $(BIN) $(OBJS) cell[0-9]* core* tty_log_cell* +diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20060323.orig/jailtest/Makefile tools-20060323/jailtest/Makefile +--- tools-20060323.orig/jailtest/Makefile 2006-02-25 07:57:21.000000000 -0500 ++++ tools-20060323/jailtest/Makefile 2007-06-11 12:06:25.000000000 -0400 +@@ -14,4 +14,4 @@ clean : + + install : $(BIN) + install -d $(DESTDIR)$(BIN_DIR) +- install -s $(BIN) $(DESTDIR)$(BIN_DIR) ++ install $(BIN) $(DESTDIR)$(BIN_DIR) +diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20060323.orig/mconsole/Makefile tools-20060323/mconsole/Makefile +--- tools-20060323.orig/mconsole/Makefile 2006-02-25 07:57:21.000000000 -0500 ++++ tools-20060323/mconsole/Makefile 2007-06-11 12:06:25.000000000 -0400 +@@ -14,4 +14,4 @@ clean : + + install : $(BIN) + install -d $(DESTDIR)$(BIN_DIR) +- install -s $(BIN) $(DESTDIR)$(BIN_DIR) ++ install $(BIN) $(DESTDIR)$(BIN_DIR) +diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20060323.orig/moo/Makefile tools-20060323/moo/Makefile +--- tools-20060323.orig/moo/Makefile 2006-02-25 07:57:21.000000000 -0500 ++++ tools-20060323/moo/Makefile 2007-06-11 12:06:25.000000000 -0400 +@@ -23,4 +23,4 @@ clean : + + install : $(BIN) + install -d $(DESTDIR)$(BIN_DIR) +- install -s $(BIN) $(DESTDIR)$(BIN_DIR) ++ install $(BIN) $(DESTDIR)$(BIN_DIR) +diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20060323.orig/port-helper/Makefile tools-20060323/port-helper/Makefile +--- tools-20060323.orig/port-helper/Makefile 2006-02-25 07:57:21.000000000 -0500 ++++ tools-20060323/port-helper/Makefile 2007-06-11 12:06:25.000000000 -0400 +@@ -12,4 +12,4 @@ clean : + + install : $(BIN) + install -d $(DESTDIR)$(LIB_DIR) +- install -s $(BIN) $(DESTDIR)$(LIB_DIR) ++ install $(BIN) $(DESTDIR)$(LIB_DIR) +diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20060323.orig/tunctl/Makefile tools-20060323/tunctl/Makefile +--- tools-20060323.orig/tunctl/Makefile 2006-02-25 07:57:21.000000000 -0500 ++++ tools-20060323/tunctl/Makefile 2007-06-11 12:06:25.000000000 -0400 +@@ -14,4 +14,4 @@ clean : + + install : $(BIN) + install -d $(DESTDIR)$(BIN_DIR) +- install -s $(BIN) $(DESTDIR)$(BIN_DIR) ++ install $(BIN) $(DESTDIR)$(BIN_DIR) +diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20060323.orig/uml_net/Makefile tools-20060323/uml_net/Makefile +--- tools-20060323.orig/uml_net/Makefile 2006-02-25 07:57:21.000000000 -0500 ++++ tools-20060323/uml_net/Makefile 2007-06-11 12:06:25.000000000 -0400 +@@ -22,4 +22,4 @@ clean : + + install : $(BIN) + install -d $(DESTDIR)$(BIN_DIR) +- install -s -m 04755 $(BIN) $(DESTDIR)$(BIN_DIR) ++ install -m 04755 $(BIN) $(DESTDIR)$(BIN_DIR) +diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20060323.orig/uml_switch/Makefile tools-20060323/uml_switch/Makefile +--- tools-20060323.orig/uml_switch/Makefile 2006-02-25 07:57:21.000000000 -0500 ++++ tools-20060323/uml_switch/Makefile 2007-06-11 12:06:25.000000000 -0400 +@@ -21,4 +21,4 @@ clean : + + install : $(BIN) + install -d $(DESTDIR)$(BIN_DIR) +- install -s $(BIN) $(DESTDIR)$(BIN_DIR) ++ install $(BIN) $(DESTDIR)$(BIN_DIR) +diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20060323.orig/watchdog/Makefile tools-20060323/watchdog/Makefile +--- tools-20060323.orig/watchdog/Makefile 2006-02-25 07:57:21.000000000 -0500 ++++ tools-20060323/watchdog/Makefile 2007-06-11 12:06:25.000000000 -0400 +@@ -14,4 +14,4 @@ clean : + + install : $(BIN) + install -d $(DESTDIR)$(BIN_DIR) +- install -s $(BIN) $(DESTDIR)$(BIN_DIR) ++ install $(BIN) $(DESTDIR)$(BIN_DIR) |