wok-4.x rev 604
Missing tmp dir in get-google-earth
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Apr 17 22:42:52 2008 +0200 (2008-04-17) |
parents | 6c81ef27dcbc |
children | 52990aed04f0 |
files | get-google-earth/stuff/get-google-earth |
line diff
1.1 --- a/get-google-earth/stuff/get-google-earth Thu Apr 17 22:30:06 2008 +0200 1.2 +++ b/get-google-earth/stuff/get-google-earth Thu Apr 17 22:42:52 2008 +0200 1.3 @@ -13,7 +13,7 @@ 1.4 1.5 TMP_DIR=/tmp/get-google-earth-$$-$RANDOM 1.6 CUR_DIR=$(pwd) 1.7 -cd $TMP_DIR 1.8 +mkdir -p $TMP_DIR && cd $TMP_DIR 1.9 1.10 # Download tarball 1.11 wget http://dl.google.com/earth/client/current/GoogleEarthLinux.bin