Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 399059 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-22 / +2 lines)
Line  Link Here
0
-- emacs-24.0.92-orig/Makefile.in
0
++ emacs-24.0.92/Makefile.in
Lines 469-489 Link Here
469
	-chmod 1755 $(DESTDIR)${bindir}/$(EMACSFULL)
469
	-chmod 1755 $(DESTDIR)${bindir}/$(EMACSFULL)
470
	rm -f $(DESTDIR)${bindir}/$(EMACS)
470
	rm -f $(DESTDIR)${bindir}/$(EMACS)
471
	-ln $(DESTDIR)${bindir}/$(EMACSFULL) $(DESTDIR)${bindir}/$(EMACS)
471
	-ln $(DESTDIR)${bindir}/$(EMACSFULL) $(DESTDIR)${bindir}/$(EMACS)
472
	if test "${ns_appresdir}" != ""; then \
473
	  ( cd ${ns_appresdir} ; \
474
	    if test -d share/emacs ; then dir=share/emacs/*/*; $(MV_DIRS); fi;\
475
	    if test -d share/info ; then dir=share/info; $(MV_DIRS) ; fi ; \
476
	    rm -fr share ) ; \
477
	  ( cd ${ns_appbindir} ; \
478
	    if cd libexec ; then dir=emacs/*/*/* ; $(MV_DIRS); \
479
	    rm -fr emacs; if cd ../bin; then rm -f emacs emacs-24*; \
480
	    ln -sf ../libexec/* . ; fi ; fi ) ; \
481
	else true ; fi
482
483
## FIXME is the emacs-24* bit above really necessary and correct?
484
## What if I have 24.1 and 24.2 installed at the same time?
485
## In any case, it should use something like echo $version | sed 's/\..*//'
486
## instead of hard-coding a version.
487
472
488
## http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01672.html
473
## http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01672.html
489
## Needs to be the user running install, so configure can't set it.
474
## Needs to be the user running install, so configure can't set it.
490
-- emacs-24.0.92-orig/leim/Makefile.in
475
++ emacs-24.0.92/leim/Makefile.in
Lines 259-269 Link Here
259
	  [ -n "$${installuser}" ] && break ; \
259
	  [ -n "$${installuser}" ] && break ; \
260
	done ; \
260
	done ; \
261
	find ${INSTALLDIR} -exec chown $${installuser} '{}' ';'
261
	find ${INSTALLDIR} -exec chown $${installuser} '{}' ';'
262
	if [ "${ns_appresdir}" != "" ]; then \
263
	  ( cd ${ns_appresdir} ; \
264
	    if test -d share/emacs ; then dir=share/emacs/*/*; $(MV_DIRS); fi;\
265
	    rm -fr share ) ; \
266
	else true ; fi
267
262
268
clean mostlyclean:
263
clean mostlyclean:
269
	rm -f ${TIT_MISC} ${TIT_MISC:.elc=.el} \
264
	rm -f ${TIT_MISC} ${TIT_MISC:.elc=.el} \

Return to bug 399059