summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-05-20 11:26:19 +0000
committerDave Chapman <dave@dchapman.com>2006-05-20 11:26:19 +0000
commitd49b112fd8b903b045f6a723e7065460448cb123 (patch)
tree54e197b65d9c40eb17e9c550d3d25afc7e2942e7
parent4c3ada442817ab313c5737861fd80895f9ee6e3b (diff)
downloadrockbox-d49b112fd8b903b045f6a723e7065460448cb123.tar.gz
rockbox-d49b112fd8b903b045f6a723e7065460448cb123.zip
Use "make fullzip" when performing a simulator install
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9964 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
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
1326 1326
1327install: 1327install:
1328 @echo "installing a full setup in your archos dir" 1328 @echo "installing a full setup in your archos dir"
1329 @(\$(MAKE) zip && cd archos && unzip -oq ../rockbox.zip) 1329 @(\$(MAKE) fullzip && cd archos && unzip -oq ../rockbox-full.zip)
1330EOF 1330EOF
1331 1331
1332fi 1332fi