From deb18cd490ee7fce5350896a76c3f0201e0f5aa5 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 29 Oct 2013 20:17:36 -0700 Subject: [PATCH] Update the link to droid-wrapper --- dist-build/android.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist-build/android.sh b/dist-build/android.sh index c40eec2a..626787d1 100755 --- a/dist-build/android.sh +++ b/dist-build/android.sh @@ -3,7 +3,7 @@ # Note that this script requires droid-wrapper if [ x`which droid-gcc` = x ]; then echo "This build script requires droid-wrapper." - echo https://github.com/tmurakam/droid-wrapper + echo https://github.com/jevinskie/droid-wrapper exit 1 fi