diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-18 15:16:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-18 15:16:10 -0400 |
commit | 5eeda2e466dd275f076817bec22f94614a141fe8 (patch) | |
tree | d893e33e7b20a4f43db4d8ccb7b7f6dfe3ced5ef /standalone | |
parent | 36655bd24ad638931921b998a2098035b0133169 (diff) |
fix enabling of busybox installer
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/android/Makefile | 2 |
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/ |