* Makefile.in (install-arch-dep): Replace use of MV_DIRS with libexec.
authorGlenn Morris <rgm@gnu.org>
Tue, 15 May 2012 17:55:39 +0000 (13:55 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 15 May 2012 17:55:39 +0000 (13:55 -0400)
ChangeLog
Makefile.in

index b1aed06..0c92193 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2012-05-15  Glenn Morris  <rgm@gnu.org>
 
-       * Makefile.in (install-arch-dep): Replace use of MV_DIRS with info.
+       * Makefile.in (install-arch-dep): Replace use of MV_DIRS with info,
+       and with libexec.
 
        * Makefile.in (install-arch-dep): Do not hard-code version number.
 
index 5237076..0b1fb77 100644 (file)
@@ -473,9 +473,9 @@ install-arch-dep: mkdir
            if test -d share/emacs ; then dir=share/emacs/*/*; $(MV_DIRS); fi;\
            if test -d share/info ; then rm -fr info; mv share/info . ; fi ; \
            rm -fr share ) ; \
-         ( cd ${ns_appbindir} ; \
-           if cd libexec ; then dir=emacs/*/*/* ; $(MV_DIRS); \
-           rm -fr emacs; rm -f ../bin/emacs ../bin/$(EMACSFULL) ; \
+         ( if cd ${ns_appbindir}/libexec ; then \
+             mv -f emacs/${version}/${configuration}/* . ; rm -fr emacs ; \
+             rm -f ../bin/emacs ../bin/$(EMACSFULL) ; \
            fi ) ; \
        else true ; fi