summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-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