diff options
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 d008308..dd84525 100755 --- a/tools/configure +++ b/tools/configure @@ -1235,7 +1235,7 @@ if [ "yes" = "$simulator" ]; then install: @echo "installing a full setup in your archos dir" - @(make zip && cd archos && unzip -oq ../rockbox.zip) + @(\$(MAKE) zip && cd archos && unzip -oq ../rockbox.zip) EOF fi |