From 5eeda2e466dd275f076817bec22f94614a141fe8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 18 Feb 2013 15:16:10 -0400 Subject: fix enabling of busybox installer --- standalone/android/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- cgit v1.2.3