Browse Source

compilation script: fix typo

Felix Paul Kühne 11 years ago
parent
commit
79be922ba0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compileVLCforiOS.sh

+ 1 - 1
compileVLCforiOS.sh

@@ -243,7 +243,7 @@ fi
 if ! [ -e InAppSettingsKit ]; then
 git clone git://github.com/futuretap/InAppSettingsKit.git
 else
-cd WhiteRaccoon && git pull --rebase && cd ..
+cd InAppSettingsKit && git pull --rebase && cd ..
 fi
 fi