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
commita1f80802cbea87e81c14930a68003c07a9596f29 (patch)
treeb3254f3310ddcf1dbe791cbf6cd433b5b9ea785c /print
parent99f89375f46a93bb8108c42da47a438b590ee00f (diff)
downloadpkgsrc-a1f80802cbea87e81c14930a68003c07a9596f29.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 ; \