1
0
Fork 0
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:
Dave Chapman 2006-05-20 11:26:19 +00:00
parent 4c3ada4428
commit d49b112fd8

2
tools/configure vendored
View file

@ -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