forked from len0rd/rockbox
rgnano: Use the regular install, rather than 'fullinstall'
The difference is that 'fullinstall' installs the full set of fonts. Change-Id: Ifd0fb78c3b2e52cdd4c27ba746fddf54914375ae
This commit is contained in:
parent
06d03d8e28
commit
53ae37825f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ opkclean:
|
|||
rm -rf $(OPK_BUILD_DIR)
|
||||
|
||||
opk: opkclean opkdir $(MKSQUASHFS) build
|
||||
make PREFIX=$(OPK_BUILD_DIR)/rockbox fullinstall
|
||||
make PREFIX=$(OPK_BUILD_DIR)/rockbox install
|
||||
|
||||
# Install opk files
|
||||
cp $(RG_NANO_DIR)/icon.png $(OPK_BUILD_DIR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue