emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108284: * Makefile.in (install-ar


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108284: * Makefile.in (install-arch-indep): Minor fix for earlier change.
Date: Fri, 02 Nov 2012 02:32:12 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108284
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2012-05-18 00:34:10 -0700
message:
  * Makefile.in (install-arch-indep): Minor fix for earlier change.
modified:
  Makefile.in
=== modified file 'Makefile.in'
--- a/Makefile.in       2012-05-18 07:06:23 +0000
+++ b/Makefile.in       2012-05-18 07:34:10 +0000
@@ -539,7 +539,8 @@
        for dir in ${COPYDIR} ; do \
          [ -d $${dir} ] || exit 1 ; \
          dest=$$1 ; shift ; \
-         [ `(cd $${dest} && /bin/pwd)` = `(cd $${dir} && /bin/pwd)` ] && \
+         [ -d $${dest} ] && \
+           [ `(cd $${dest} && /bin/pwd)` = `(cd $${dir} && /bin/pwd)` ] && \
            continue ; \
          rm -rf $${dest} ; \
          umask 022; ${MKDIR_P} $${dest} ; \


reply via email to

[Prev in Thread] Current Thread [Next in Thread]