aboutsummaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-06-03 07:46:58 +0200
committerMax Kellermann <max@duempel.org>2015-06-03 07:46:58 +0200
commitd1d44a4fdebe1258d4ec81a9eff3224f40458107 (patch)
tree5ab1dcee97d4ec9e5f03817aeaf5e6571cf44372 /android
parent6837a6723460c68c3ef5e99adaa25114a6bbe681 (diff)
downloadmpd-d1d44a4fdebe1258d4ec81a9eff3224f40458107.tar.gz
mpd-d1d44a4fdebe1258d4ec81a9eff3224f40458107.tar.xz
mpd-d1d44a4fdebe1258d4ec81a9eff3224f40458107.zip
{android,win32}/build.py: move tarballs to subdirectory "download"
Diffstat (limited to 'android')
-rwxr-xr-xandroid/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/build.py b/android/build.py
index 5b60e041b..e484bd9a6 100755
--- a/android/build.py
+++ b/android/build.py
@@ -37,7 +37,7 @@ mpd_path = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]) or '.', '..
# output directories
lib_path = os.path.abspath('lib')
-tarball_path = lib_path
+tarball_path = os.path.join(lib_path, 'download')
src_path = os.path.join(lib_path, 'src')
arch_path = os.path.join(lib_path, host_arch)
build_path = os.path.join(arch_path, 'build')