[libreoffice] fix variable use

David Tardon dtardon at fedoraproject.org
Mon Jun 9 18:18:29 UTC 2014


commit de9a35724976863fec73afc8f9545c9086a35326
Author: David Tardon <dtardon at redhat.com>
Date:   Sun Jun 8 15:04:40 2014 +0200

    fix variable use

 libreoffice.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index b8f39ba..ac1a24b 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -1283,13 +1283,13 @@ export PRODUCTVERSIONSHORT PRODUCTVERSION
 mkdir -p %{buildroot}%{instdir}
 if ! make instsetoo_native PKGFORMAT=installed EPM=not-used-but-must-be-set; then
     echo - ---dump log start---
-    cat $ WORKDIR/installation/LibreOffice/installed/logging/en-US/log_*_en-US.log
+    cat $WORKDIR/installation/LibreOffice/installed/logging/en-US/log_*_en-US.log
     echo - ---dump log end---
     echo - ---dump log start -- SDK---
-    cat $ WORKDIR/installation/LibreOffice_SDK/installed/logging/en-US/log_*_en-US.log
+    cat $WORKDIR/installation/LibreOffice_SDK/installed/logging/en-US/log_*_en-US.log
     echo - ---dump log end -- SDK---
     echo - ---dump log start -- languagepacks---
-    cat $ WORKDIR/installation/LibreOffice_languagepack/installed/logging/en-US/log_*_en-US.log
+    cat $WORKDIR/installation/LibreOffice_languagepack/installed/logging/en-US/log_*_en-US.log
     echo - ---dump log end -- languagepacks---
     exit 1
 fi


More information about the scm-commits mailing list