summaryrefslogtreecommitdiff
path: root/editors/emacs20/files/patch-ah
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-09-01 02:29:51 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-09-01 02:29:51 +0000
commit2621e4186aa1343a9bd0a69772ebed29c605b6d9 (patch)
tree99d84d5ad4b14192a0966715a8626fba697d9587 /editors/emacs20/files/patch-ah
parentActivate gtk--. (diff)
Upgrade to emacs 20.3
PR: 7714
Notes
Notes: svn path=/head/; revision=12975
Diffstat (limited to 'editors/emacs20/files/patch-ah')
-rw-r--r--editors/emacs20/files/patch-ah20
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/emacs20/files/patch-ah b/editors/emacs20/files/patch-ah
new file mode 100644
index 000000000000..2a9dc425ebc6
--- /dev/null
+++ b/editors/emacs20/files/patch-ah
@@ -0,0 +1,20 @@
+--- lib-src/Makefile.in.orig Sat Aug 1 20:22:55 1998
++++ lib-src/Makefile.in Mon Aug 31 21:11:22 1998
+@@ -278,7 +278,7 @@
+ if [ `(cd ${archlibdir} && /bin/pwd)` \
+ != `(cd ${srcdir} && /bin/pwd)` ]; then \
+ for file in ${SCRIPTS}; do \
+- $(INSTALL_PROGRAM) ${srcdir}/$$file ${archlibdir}/$$file; \
++ $(INSTALL_SCRIPT) ${srcdir}/$$file ${archlibdir}/$$file; \
+ done ; \
+ fi
+
+@@ -290,7 +290,7 @@
+ chmod a+rx ${bindir}/$${file}; \
+ done
+ for file in ${INSTALLABLE_SCRIPTS} ; do \
+- $(INSTALL_PROGRAM) ${srcdir}/$${file} ${bindir}/$${file} ; \
++ $(INSTALL_SCRIPT) ${srcdir}/$${file} ${bindir}/$${file} ; \
+ chmod a+rx ${bindir}/$${file}; \
+ done
+