diff options
author | frueauf <frueauf> | 1998-02-28 20:36:20 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-02-28 20:36:20 +0000 |
commit | 8196adf0968b78d24108b9e9d401e6e858521f39 (patch) | |
tree | ac39f68b1733b49dc0bc5584be785813f45e1ac7 /print | |
parent | a01b7daf1c76b9c2613ef02c5bb6174ad930d373 (diff) | |
download | pkgsrc-8196adf0968b78d24108b9e9d401e6e858521f39.tar.gz |
we need this patch as out INSTALL_PROGRAM barfs on striping shell scripts.
Diffstat (limited to 'print')
-rw-r--r-- | print/lyx/patches/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
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 ; \ |