| Revision 8390, 1.6 KB checked in by munepi, 12 years ago (diff) |
|---|
diff -du emacs-24.3.90/Makefile.in\~ emacs-24.3.90/Makefile.in
| old | new | |
|---|---|---|
| 608 | 608 | done |
| 609 | 609 | -rm -f "$(DESTDIR)${lispdir}/subdirs.el" |
| 610 | 610 | umask 022; $(srcdir)/build-aux/update-subdirs "$(DESTDIR)${lispdir}" |
| 611 | subdir="$(DESTDIR)${datadir}/emacs |
|
| 611 | subdir="$(DESTDIR)${datadir}/emacs-${version}/site-lisp" ; \ | |
| 612 | 612 | ${write_subdir} |
| 613 | 613 | subdir="$(DESTDIR)${datadir}/emacs/site-lisp" ; \ |
| 614 | 614 | ${write_subdir} || true |
| … | … | |
| 618 | 618 | find . -name '*.elc' -exec $(SHELL) -c \ |
| 619 | 619 | '${GZIP_PROG} -9n `expr "$$1" : "\\(.*\\)c"`' dummy '{}' ';'; \ |
| 620 | 620 | } |
| 621 | -chmod -R a+r "$(DESTDIR)${datadir}/emacs |
|
| 621 | -chmod -R a+r "$(DESTDIR)${datadir}/emacs-${version}" ${COPYDESTS} | |
| 622 | 622 | |
| 623 | 623 | ## The above chmods are needed because "umask 022; tar ..." is not |
| 624 | 624 | ## guaranteed to do the right thing; eg if we are root and tar is |
Diff finished. Sun Apr 27 08:12:36 2014 diff -du emacs-24.3.90/configure.ac\~ emacs-24.3.90/configure.ac
| old | new | |
|---|---|---|
| 111 | 111 | dnl See also epaths.h below. |
| 112 | 112 | lispdir='${datadir}/emacs/${version}/lisp' |
| 113 | 113 | standardlisppath='${lispdir}' |
| 114 | locallisppath='${datadir}/emacs |
|
| 114 | locallisppath='${datadir}/emacs-${version}/site-lisp:'\ | |
| 115 | 115 | '${datadir}/emacs/site-lisp' |
| 116 | 116 | lisppath='${locallisppath}:${standardlisppath}' |
| 117 | 117 | etcdir='${datadir}/emacs/${version}/etc' |