summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
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