Jelajahi Sumber

build script: fix dropbox patch application in some corner-cases

Felix Paul Kühne 9 tahun lalu
induk
melakukan
a8055a9973
1 mengubah file dengan 7 tambahan dan 3 penghapusan
  1. 7 3
      compileVLCforiOS.sh

+ 7 - 3
compileVLCforiOS.sh

@@ -147,10 +147,14 @@ cd GDrive
 patch -p0 < ../../patches/gdrive/fix-target.patch
 patch -p0 < ../../patches/gdrive/session-fetcher-top.diff
 cd ..
-cd GDrive/HTTPFetcher && patch -p0 < ../../../patches/gdrive/httpfetcher-compilation-fix.diff && cd ../..
-cd GDrive/Objects && patch -p0 < ../../../patches/gdrive/session-fetcher-objects.diff && cd ../..
+cd GDrive/HTTPFetcher && patch -p0 < ../../../patches/gdrive/httpfetcher-compilation-fix.diff
+cd ../..
+cd GDrive/Objects && patch -p0 < ../../../patches/gdrive/session-fetcher-objects.diff
+cd ../..
 else
-cd GDrive && svn up && cd ..
+cd GDrive
+svn up
+cd ..
 fi
 if ! [ -e LXReorderableCollectionViewFlowLayout ]; then
 git clone git://github.com/fkuehne/LXReorderableCollectionViewFlowLayout.git