summaryrefslogtreecommitdiff
path: root/data/top/strip.diff
diff options
context:
space:
mode:
Diffstat (limited to 'data/top/strip.diff')
-rw-r--r--data/top/strip.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/top/strip.diff b/data/top/strip.diff
new file mode 100644
index 000000000..3303c3dd5
--- /dev/null
+++ b/data/top/strip.diff
@@ -0,0 +1,13 @@
+diff -u top-37/Makefile top-37+iPhone/Makefile
+--- top-37/Makefile 2006-06-19 22:22:33.000000000 +0000
++++ top-37+iPhone/Makefile 2007-12-27 12:03:07.000000000 +0000
+@@ -77,7 +77,8 @@
+
+ installbin : $(SYMROOT)/$(BIN)
+ $(INSTALL) -d $(DSTROOT)/usr/bin
+- $(INSTALL) -s -m 4755 $< $(DSTROOT)/usr/bin
++ $(STRIP) $<
++ $(INSTALL) -m 4755 $< $(DSTROOT)/usr/bin
+
+ installman :
+ $(INSTALL) -d $(DSTROOT)/usr/share/man/man1