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:
Solomon Peachy 2025-08-01 13:54:46 -04:00
parent 06d03d8e28
commit 53ae37825f

View file

@ -10,7 +10,7 @@ opkclean:
rm -rf $(OPK_BUILD_DIR) rm -rf $(OPK_BUILD_DIR)
opk: opkclean opkdir $(MKSQUASHFS) build opk: opkclean opkdir $(MKSQUASHFS) build
make PREFIX=$(OPK_BUILD_DIR)/rockbox fullinstall make PREFIX=$(OPK_BUILD_DIR)/rockbox install
# Install opk files # Install opk files
cp $(RG_NANO_DIR)/icon.png $(OPK_BUILD_DIR) cp $(RG_NANO_DIR)/icon.png $(OPK_BUILD_DIR)