forked from len0rd/rockbox
Use "make fullzip" when performing a simulator install
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9964 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4c3ada4428
commit
d49b112fd8
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue