[Android] Ensure gradlew is executable
Geoffrey Métais
git at videolan.org
Mon Jun 1 11:29:10 CEST 2015
vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Sat May 30 15:32:18 2015 +0200| [641c6435a1fe1e955f7aabc1d2ceac53cabbd502] | committer: Geoffrey Métais
Ensure gradlew is executable
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=641c6435a1fe1e955f7aabc1d2ceac53cabbd502
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index 6ebd428..94bf7a0 100755
--- a/compile.sh
+++ b/compile.sh
@@ -95,7 +95,7 @@ if [ ! -d "gradle/wrapper" ]; then
mkdir -p gradle
mv gradle-${GRADLE_VERSION}/gradle/wrapper/ gradle
mv gradle-${GRADLE_VERSION}/gradlew .
- chmod +x gradlew
+ chmod a+x gradlew
rm -rf gradle-${GRADLE_VERSION}-all.zip gradle-${GRADLE_VERSION}
fi
More information about the Android
mailing list