From d49b112fd8b903b045f6a723e7065460448cb123 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sat, 20 May 2006 11:26:19 +0000 Subject: Use "make fullzip" when performing a simulator install git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9964 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index 557ceff4e8..d9ca2e89e7 100755 --- a/tools/configure +++ b/tools/configure @@ -1326,7 +1326,7 @@ if [ "yes" = "$simulator" ]; then install: @echo "installing a full setup in your archos dir" - @(\$(MAKE) zip && cd archos && unzip -oq ../rockbox.zip) + @(\$(MAKE) fullzip && cd archos && unzip -oq ../rockbox-full.zip) EOF fi -- cgit v1.2.3