[Android] compile.sh: Fix patch applying
Hugo Beauzée-Luyssen
git at videolan.org
Tue May 7 04:37:09 CEST 2019
vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon May 6 19:36:29 2019 -0700| [68cb55c9f233054d7da69f685f575cab84e136fa] | committer: Hugo Beauzée-Luyssen
compile.sh: Fix patch applying
> https://code.videolan.org/videolan/vlc-android/commit/68cb55c9f233054d7da69f685f575cab84e136fa
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index 898647cd1..095290c67 100755
--- a/compile.sh
+++ b/compile.sh
@@ -243,7 +243,7 @@ if [ ! -d "vlc" ]; then
diagnostic "VLC source not found, cloning"
git clone https://git.videolan.org/git/vlc/vlc-3.0.git vlc
checkfail "vlc source: git clone failed"
- git am ../libvlc/patches/*.patch
+ cd vlc && git am ../libvlc/patches/*.patch && cd ..
fi
diagnostic "VLC source found"
cd vlc
More information about the Android
mailing list