get-scripts rev 38

fix libreoffice & openoffice3
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 29 18:05:10 2015 +0200 (2015-04-29)
parents 3cd8920c8ef2
children f76c7e17c9f5
files libreoffice openoffice3
line diff
     1.1 --- a/libreoffice	Wed Apr 29 16:59:02 2015 +0200
     1.2 +++ b/libreoffice	Wed Apr 29 18:05:10 2015 +0200
     1.3 @@ -159,4 +159,5 @@
     1.4  
     1.5  EOT
     1.6  status
     1.7 +[ "$PWD" != "$TMP_DIR" ] && mv $PACKAGE-$VERSION $TMP_DIR
     1.8  set +e
     2.1 --- a/openoffice3	Wed Apr 29 16:59:02 2015 +0200
     2.2 +++ b/openoffice3	Wed Apr 29 18:05:10 2015 +0200
     2.3 @@ -165,4 +165,5 @@
     2.4  		mv $1/fs/$file $(dirname $ROOT/$file)
     2.5  	done
     2.6  }
     2.7 +[ "$PWD" != "$TMP_DIR" ] && mv $PACKAGE-$VERSION $TMP_DIR
     2.8  set +e