summaryrefslogtreecommitdiff
path: root/package/mgetty/patches/patch-g3_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/mgetty/patches/patch-g3_Makefile')
-rw-r--r--package/mgetty/patches/patch-g3_Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/mgetty/patches/patch-g3_Makefile b/package/mgetty/patches/patch-g3_Makefile
new file mode 100644
index 000000000..3cb6cf24e
--- /dev/null
+++ b/package/mgetty/patches/patch-g3_Makefile
@@ -0,0 +1,12 @@
+--- mgetty-1.1.36.orig/g3/Makefile 2006-02-22 18:25:34.000000000 +0100
++++ mgetty-1.1.36/g3/Makefile 2009-08-28 15:17:14.239450922 +0200
+@@ -37,7 +37,8 @@ install: all
+ # install programs
+ #
+ for f in $(G3_PROGRAMS) ; do \
+- $(INSTALL) -s -m 755 $$f $(BINDIR) ; \
++ $(INSTALL) -m 755 $$f $(BINDIR) ; \
++ $(STRIP) $(BINDIR)/$$f ; \
+ done
+ #
+ # make symlink for "g3topbm" (so third-party fax viewers won't fail)