Browse Source

Update linux-androidndk.sh

Goddamnit, I forgot to remove the hardcoded "$HOME/Dump" line
Coburn 2 years ago
parent
commit
c7ca07ee58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AutoBuild/linux-androidndk.sh

+ 1 - 1
AutoBuild/linux-androidndk.sh

@@ -17,7 +17,7 @@ echo "Grabbing tools if they don't exist already..."
 echo ""
 echo ""
 
 
 if [ ! -d $DUMP ]; then
 if [ ! -d $DUMP ]; then
-        mkdir $HOME/Dump
+        mkdir $DUMP
 fi
 fi
 
 
 if [ ! -f "$DUMP/android-ndk-r25c-linux.zip" ]; then
 if [ ! -f "$DUMP/android-ndk-r25c-linux.zip" ]; then