summaryrefslogtreecommitdiff
path: root/package/mgetty/patches/patch-g3_Makefile
blob: 3cb6cf24eb992546b5a2455f4871c28e1111361d (plain)
1
2
3
4
5
6
7
8
9
10
11
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)