Explorar o código

don't try to apply non-existing VLCKit patches

Felix Paul Kühne %!s(int64=12) %!d(string=hai) anos
pai
achega
caccaf1ce4
Modificáronse 1 ficheiros con 9 adicións e 9 borrados
  1. 9 9
      buildAspenProject.sh

+ 9 - 9
buildAspenProject.sh

@@ -126,15 +126,15 @@ git clone -b Aspen --single-branch git://git.videolan.org/MediaLibraryKit.git
 fi
 if ! [ -e VLCKit ]; then
 git clone git://git.videolan.org/vlc-bindings/VLCKit.git
-info "Applying patches to VLCKit.git"
-cd VLCKit
-git am ../../patches/vlckit/*.patch
-if [ $? -ne 0 ]; then
-git am --abort
-info "Applying the patches failed, aborting git-am"
-exit 1
-fi
-cd ..
+#info "Applying patches to VLCKit.git"
+#cd VLCKit
+#git am ../../patches/vlckit/*.patch
+#if [ $? -ne 0 ]; then
+#git am --abort
+#info "Applying the patches failed, aborting git-am"
+#exit 1
+#fi
+#cd ..
 fi
 if ! [ -e OBSlider ]; then
 git clone git://github.com/sylverb/OBSlider.git