diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-28 21:47:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-28 21:47:44 +0200 |
commit | 0a3d29e18ca731cafed7155b73a92a8f2756ca27 (patch) | |
tree | 01c464d54b6d00a3334bf4b72c4c66a2c6ffc859 /package/mgetty/patches/patch-g3_Makefile | |
parent | 58e2e795851d40c1e298354a264aa03eca1717e8 (diff) |
make allmodconfig round for lemote yeelong target
Diffstat (limited to 'package/mgetty/patches/patch-g3_Makefile')
-rw-r--r-- | package/mgetty/patches/patch-g3_Makefile | 12 |
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) |