aboutsummaryrefslogtreecommitdiff
path: root/standalone/android/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-18 15:16:10 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-18 15:16:10 -0400
commit5eeda2e466dd275f076817bec22f94614a141fe8 (patch)
treed893e33e7b20a4f43db4d8ccb7b7f6dfe3ced5ef /standalone/android/Makefile
parent36655bd24ad638931921b998a2098035b0133169 (diff)
fix enabling of busybox installer
Diffstat (limited to 'standalone/android/Makefile')
-rw-r--r--standalone/android/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/Makefile b/standalone/android/Makefile
index 08f76a665..55226bcae 100644
--- a/standalone/android/Makefile
+++ b/standalone/android/Makefile
@@ -10,8 +10,8 @@ build: source
rm -f git-annex-bundle/bin/git-cvsserver
cp source/busybox/configs/android2_defconfig source/busybox/.config
- echo 'CONFIG_FEATURE_INSTALLER=y' >> source/busybox/.config
cd source/busybox && yes '' | $(MAKE) oldconfig
+ echo 'CONFIG_FEATURE_INSTALLER=y' >> source/busybox/.config
cd source/busybox && $(MAKE)
cp -a source/busybox/busybox git-annex-bundle/bin/