source: projects/specs/trunk/e/emacs25/emacs-24.3.90-locallisppath.patch @ 11706

Revision 11706, 1.6 KB checked in by iwaim, 6 years ago (diff)

new: emacs25

RevLine 
[11706]1diff -du emacs-24.3.90/Makefile.in\~ emacs-24.3.90/Makefile.in
2--- emacs-24.3.90/Makefile.in~  2014-03-21 14:34:40.000000000 +0900
3+++ emacs-24.3.90/Makefile.in   2014-04-27 08:12:30.917380026 +0900
4@@ -608,7 +608,7 @@
5        done
6        -rm -f "$(DESTDIR)${lispdir}/subdirs.el"
7        umask 022; $(srcdir)/build-aux/update-subdirs "$(DESTDIR)${lispdir}"
8-       subdir="$(DESTDIR)${datadir}/emacs/${version}/site-lisp" ; \
9+       subdir="$(DESTDIR)${datadir}/emacs-${version}/site-lisp" ; \
10          ${write_subdir}
11        subdir="$(DESTDIR)${datadir}/emacs/site-lisp" ; \
12          ${write_subdir} || true
13@@ -618,7 +618,7 @@
14          find . -name '*.elc' -exec $(SHELL) -c \
15            '${GZIP_PROG} -9n `expr "$$1" : "\\(.*\\)c"`' dummy '{}' ';'; \
16        }
17-       -chmod -R a+r "$(DESTDIR)${datadir}/emacs/${version}" ${COPYDESTS}
18+       -chmod -R a+r "$(DESTDIR)${datadir}/emacs-${version}" ${COPYDESTS}
19 
20 ## The above chmods are needed because "umask 022; tar ..." is not
21 ## guaranteed to do the right thing; eg if we are root and tar is
22
23Diff finished.  Sun Apr 27 08:12:36 2014
24
25diff -du emacs-24.3.90/configure.ac\~ emacs-24.3.90/configure.ac
26--- emacs-24.3.90/configure.ac~ 2014-04-11 14:50:45.000000000 +0900
27+++ emacs-24.3.90/configure.ac  2014-04-27 08:07:35.752671697 +0900
28@@ -111,7 +111,7 @@
29 dnl See also epaths.h below.
30 lispdir='${datadir}/emacs/${version}/lisp'
31 standardlisppath='${lispdir}'
32-locallisppath='${datadir}/emacs/${version}/site-lisp:'\
33+locallisppath='${datadir}/emacs-${version}/site-lisp:'\
34 '${datadir}/emacs/site-lisp'
35 lisppath='${locallisppath}:${standardlisppath}'
36 etcdir='${datadir}/emacs/${version}/etc'
37
38Diff finished.  Sun Apr 27 08:08:36 2014
Note: See TracBrowser for help on using the repository browser.