From a184b374130b8f265cc2d0e21769e0ace0e8d0ad Mon Sep 17 00:00:00 2001 From: frueauf Date: Sat, 28 Feb 1998 20:36:20 +0000 Subject: we need this patch as out INSTALL_PROGRAM barfs on striping shell scripts. --- print/lyx/patches/patch-aa | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 print/lyx/patches/patch-aa diff --git a/print/lyx/patches/patch-aa b/print/lyx/patches/patch-aa new file mode 100644 index 00000000000..6ce08a9dc34 --- /dev/null +++ b/print/lyx/patches/patch-aa @@ -0,0 +1,11 @@ +--- lib/Makefile.in-orig Tue Feb 3 19:52:20 1998 ++++ lib/Makefile.in Sat Feb 28 20:08:36 1998 +@@ -95,7 +95,7 @@ + $(INSTALL_DATA) $$i $(LYX_DIR)/$$i ; \ + done ; \ + for i in $(SRCDISTPROGS) ; do \ +- $(INSTALL_PROGRAM) $$i $(LYX_DIR)/$$i ; \ ++ $(INSTALL_DATA) $$i $(LYX_DIR)/$$i ; \ + done) + for i in $(BUILDINSTFILES) ; do \ + $(INSTALL_DATA) $$i $(LYX_DIR)/$$i ; \ -- cgit v1.2.3