emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108284: * Makefile.in (install-arch-indep): Minor fix for earlier change.
Date: Fri, 18 May 2012 00:34:10 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
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]