diff options
| author | Dave Chapman <dave@dchapman.com> | 2006-05-20 11:26:19 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2006-05-20 11:26:19 +0000 |
| commit | d49b112fd8b903b045f6a723e7065460448cb123 (patch) | |
| tree | 54e197b65d9c40eb17e9c550d3d25afc7e2942e7 /tools | |
| parent | 4c3ada442817ab313c5737861fd80895f9ee6e3b (diff) | |
| download | rockbox-d49b112fd8b903b045f6a723e7065460448cb123.zip rockbox-d49b112fd8b903b045f6a723e7065460448cb123.tar.gz rockbox-d49b112fd8b903b045f6a723e7065460448cb123.tar.bz2 rockbox-d49b112fd8b903b045f6a723e7065460448cb123.tar.xz | |
Use "make fullzip" when performing a simulator install
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9964 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 557ceff..d9ca2e8 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 |