diff options
author | agc <agc@pkgsrc.org> | 1998-03-19 23:18:42 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-03-19 23:18:42 +0000 |
commit | 1b04f316d14c1207aa411ea13a5c1734a4dbb14d (patch) | |
tree | b3254f3310ddcf1dbe791cbf6cd433b5b9ea785c /print | |
parent | 0f4a239723a345c34fa17045cd045fb42144663d (diff) | |
download | pkgsrc-1b04f316d14c1207aa411ea13a5c1734a4dbb14d.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-aa | 2 |
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 ; \ |