* Makefile.in (install-arch-dep): Tweak previous change.
authorGlenn Morris <rgm@gnu.org>
Tue, 22 Nov 2011 01:56:49 +0000 (20:56 -0500)
committerGlenn Morris <rgm@gnu.org>
Tue, 22 Nov 2011 01:56:49 +0000 (20:56 -0500)
ChangeLog
Makefile.in

index 521d2ab..4f244c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-22  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (install-arch-dep): Tweak previous change.
+
 2011-11-22  Yavor Doganov  <yavor@gnu.org>
 
        Do not install arch-dependent files in the app bundle if
index 1e86f5f..c0d1088 100644 (file)
@@ -475,9 +475,9 @@ install-arch-dep: mkdir
            if test -d share/info ; then dir=share/info; $(MV_DIRS) ; fi ; \
            rm -fr share ) ; \
          ( cd ${ns_appbindir} ; \
-           if test -d libexec; then cd libexec ; dir=emacs/*/*/* ; \
-           $(MV_DIRS); rm -fr emacs; \
-           cd ../bin; rm -f emacs emacs-24*; ln -sf ../libexec/* . ; fi ) ; \
+           if cd libexec ; then dir=emacs/*/*/* ; $(MV_DIRS); \
+           rm -fr emacs; if cd ../bin; then rm -f emacs emacs-24*; \
+           ln -sf ../libexec/* . ; fi ; fi ) ; \
        else true ; fi
 
 ## FIXME is the emacs-24* bit above really necessary and correct?