fix typo with info installation under NS
authorAdrian Robert <Adrian.B.Robert@gmail.com>
Sun, 27 Jul 2008 01:20:34 +0000 (01:20 +0000)
committerAdrian Robert <Adrian.B.Robert@gmail.com>
Sun, 27 Jul 2008 01:20:34 +0000 (01:20 +0000)
ChangeLog
Makefile.in

index 975493b..d8cc490 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * Makefile.in (install-arch-dep): Fix typo in NS installation
+       commands.
+
 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
 
        * configure.in: Check for getrlimit.
index c5cd80b..8125e96 100644 (file)
@@ -419,7 +419,7 @@ install-arch-dep: mkdir
        if test "${ns_appdir}" != ""; then \
          ( cd ${ns_appresdir} ; \
            if test -d share/emacs ; then mv -f share/emacs/*/* . ; fi ; \
-           if test -d info ; then mv -f share/info . ; fi ; \
+           if test -d share/info ; then mv -f share/info . ; fi ; \
            rm -fr share ) ; \
          ( cd ${ns_appbindir}/libexec ; mv -f emacs/*/*/* . ; rm -fr emacs ) ; \
          ( cd ${ns_appbindir}/bin ; rm -f emacs emacs-23* ; \