# HG changeset patch # User Christophe Lincoln # Date 1208464972 -7200 # Node ID b54699c3f89e5ef62d20e73a75552e7e786b160d # Parent 6c81ef27dcbc2047ca48ad9584bd3cffbd96865e Missing tmp dir in get-google-earth diff -r 6c81ef27dcbc -r b54699c3f89e get-google-earth/stuff/get-google-earth --- a/get-google-earth/stuff/get-google-earth Thu Apr 17 22:30:06 2008 +0200 +++ b/get-google-earth/stuff/get-google-earth Thu Apr 17 22:42:52 2008 +0200 @@ -13,7 +13,7 @@ TMP_DIR=/tmp/get-google-earth-$$-$RANDOM CUR_DIR=$(pwd) -cd $TMP_DIR +mkdir -p $TMP_DIR && cd $TMP_DIR # Download tarball wget http://dl.google.com/earth/client/current/GoogleEarthLinux.bin