From: Daniel Martí Date: Tue, 3 Nov 2015 09:53:03 +0000 (+0100) Subject: Fix example config default X-Git-Tag: 0.5.0~10 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6812390e394b447ec4883274291abd55890336c5;p=fdroidserver.git Fix example config default --- diff --git a/examples/config.py b/examples/config.py index 147b7386..536bcc19 100644 --- a/examples/config.py +++ b/examples/config.py @@ -4,7 +4,7 @@ # your system configuration. # Custom path to the Android SDK, defaults to $ANDROID_HOME -# sdk_path = "/opt/android-sdk" +# sdk_path = "$ANDROID_HOME" # Custom paths to various versions of the Android NDK, defaults to 'r10e' set # to $ANDROID_NDK. Most users will have the latest at $ANDROID_NDK, which is