Browse Source

compilation script: fix typo

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

+ 1 - 1
compileVLCforiOS.sh

@@ -183,7 +183,7 @@ cd ..
 fi
 if ! [ -e GDrive ]; then
 svn checkout http://google-api-objectivec-client.googlecode.com/svn/trunk/Source GDrive
-cd GDrive && patch -p1 < ../../patches/gdrive/upgrade-default-target.patch && cd ..
+cd GDrive && patch -p0 < ../../patches/gdrive/upgrade-default-target.patch && cd ..
 else
 cd GDrive && svn up && cd ..
 fi