瀏覽代碼

compilation script: fix typo

Felix Paul Kühne 11 年之前
父節點
當前提交
1b11b7d370
共有 1 個文件被更改,包括 1 次插入1 次删除
  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