[Android] Make gradle wrapper executable

Geoffrey Métais git at videolan.org
Tue Feb 10 12:34:38 CET 2015


vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Feb 10 11:27:26 2015 +0100| [2561c3cf99da9db6f24868bd46e5e3ad55800acb] | committer: Geoffrey Métais

Make gradle wrapper executable

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=2561c3cf99da9db6f24868bd46e5e3ad55800acb
---

 compile.sh |    1 +
 1 file changed, 1 insertion(+)

diff --git a/compile.sh b/compile.sh
index dea4700..88727d7 100755
--- a/compile.sh
+++ b/compile.sh
@@ -90,6 +90,7 @@ if [ ! -d "gradle/wrapper" ]; then
     mkdir -p gradle
     mv gradle-${GRADLE_VERSION}/gradle/wrapper/ gradle
     mv gradle-${GRADLE_VERSION}/gradlew .
+    chmod +x gradlew
     rm -rf gradle-${GRADLE_VERSION}-all.zip gradle-${GRADLE_VERSION}
 fi
 



More information about the Android mailing list