29a9da490a
instead, strip temacs before it undumps to emacs fixes at least sparc, noticed by marc@, but nobody tested and i only know it starts up now
13 lines
602 B
Plaintext
13 lines
602 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1 2004/08/11 21:14:01 pvalchev Exp $
|
|
--- Makefile.in.orig Tue Aug 3 02:14:28 2004
|
|
+++ Makefile.in Tue Aug 3 02:15:39 2004
|
|
@@ -328,7 +328,7 @@ install-arch-dep: mkdir
|
|
exec_prefix=${exec_prefix} bindir=${bindir} \
|
|
libexecdir=${libexecdir} archlibdir=${archlibdir} \
|
|
INSTALL_STRIP=${INSTALL_STRIP})
|
|
- ${INSTALL_PROGRAM} $(INSTALL_STRIP) src/emacs ${bindir}/emacs-${version}
|
|
+ ${INSTALL_PROGRAM} src/emacs ${bindir}/emacs-${version}
|
|
-chmod 1755 ${bindir}/emacs-${version}
|
|
rm -f ${bindir}/$(EMACS)
|
|
-ln ${bindir}/emacs-${version} ${bindir}/$(EMACS)
|