[PyMca] Added missing &&.

Jussi Lehtola jussilehtola at fedoraproject.org
Thu Jul 14 12:10:13 UTC 2011


commit 0a1fec5c23425794c2d70d1de6bda465fc6889f0
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Thu Jul 14 15:02:54 2011 +0300

    Added missing &&.

 PyMca.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/PyMca.spec b/PyMca.spec
index 01b94b3..672d2b3 100644
--- a/PyMca.spec
+++ b/PyMca.spec
@@ -66,7 +66,7 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
 for bin in %{buildroot}%{_bindir}/*; do
  sed 's|%{buildroot}||g' $bin > $bin.new &&
  touch -r $bin $bin.new &&
- mv $bin.new $bin
+ mv $bin.new $bin &&
  chmod 755 $bin
 done
 
@@ -81,7 +81,6 @@ for lib in %{buildroot}%{python_sitearch}/PyMca/*.py; do
  mv $lib.new $lib
 done
 
-
 %clean
 rm -rf %{buildroot}
 


More information about the scm-commits mailing list