[Android] Move directory deplacement where needed
Jean-Baptiste Kempf
git at videolan.org
Wed Feb 4 18:35:48 CET 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Feb 4 18:35:10 2015 +0100| [8f4fb8c8064026704497c2b8b4534cb0dd9a74fb] | committer: Jean-Baptiste Kempf
Move directory deplacement where needed
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=8f4fb8c8064026704497c2b8b4534cb0dd9a74fb
---
compile-libvlc.sh | 1 +
compile.sh | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index edbb83a..fd37238 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -193,6 +193,7 @@ which autopoint >/dev/null || make $MAKEFLAGS .gettext
export PATH="$PATH:$PWD/../$TARGET_TUPLE/bin"
make $MAKEFLAGS
+cd ../../
###################
# BUILD DIRECTORY #
diff --git a/compile.sh b/compile.sh
index b78d717..984d3e3 100755
--- a/compile.sh
+++ b/compile.sh
@@ -238,7 +238,6 @@ cd ../..
############
# Make VLC #
############
-cd ../..
echo "Configuring"
${ANDROID_PATH}/compile-libvlc.sh $*
More information about the Android
mailing list