summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authoragc <agc>1998-03-19 23:18:42 +0000
committeragc <agc>1998-03-19 23:18:42 +0000
commitef4243dcfa161a66fe22a2961d5b2ea779f2b37f (patch)
treeb3254f3310ddcf1dbe791cbf6cd433b5b9ea785c /print
parent2ba7fca672ba7dd98109c928c41faf8f7c7b1746 (diff)
downloadpkgsrc-ef4243dcfa161a66fe22a2961d5b2ea779f2b37f.tar.gz
Install the configure script with BSD_INSTALL_SCRIPT, rather than
INSTALL_DATA, so that the script is able to be executed when starting lyx for the first time.
Diffstat (limited to 'print')
-rw-r--r--print/lyx/patches/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/lyx/patches/patch-aa b/print/lyx/patches/patch-aa
index 6ce08a9dc34..6fd86348204 100644
--- a/print/lyx/patches/patch-aa
+++ b/print/lyx/patches/patch-aa
@@ -5,7 +5,7 @@
done ; \
for i in $(SRCDISTPROGS) ; do \
- $(INSTALL_PROGRAM) $$i $(LYX_DIR)/$$i ; \
-+ $(INSTALL_DATA) $$i $(LYX_DIR)/$$i ; \
++ $(BSD_INSTALL_SCRIPT) $$i $(LYX_DIR)/$$i ; \
done)
for i in $(BUILDINSTFILES) ; do \
$(INSTALL_DATA) $$i $(LYX_DIR)/$$i ; \