mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-19 18:32:45 +01:00
Emulators, Applications and Native games folders for opks, libopk updated to the latest version
This commit is contained in:
@@ -41,8 +41,8 @@ define GPSP_INSTALL_TARGET_CMDS
|
||||
endef
|
||||
|
||||
define GPSP_CREATE_OPK
|
||||
$(INSTALL) -d -m 0755 $(TARGET_DIR)/usr/games/opk
|
||||
$(HOST_DIR)/usr/bin/mksquashfs $(GPSP_PKGDIR)/opk/gba $(TARGET_DIR)/usr/games/opk/gba_gpsp_funkey-s.opk -all-root -noappend -no-exports -no-xattrs
|
||||
$(INSTALL) -d -m 0755 $(TARGET_DIR)/usr/local/share/OPKs/Emulators
|
||||
$(HOST_DIR)/usr/bin/mksquashfs $(GPSP_PKGDIR)/opk/gba $(TARGET_DIR)/usr/local/share/OPKs/Emulators/gba_gpsp_funkey-s.opk -all-root -noappend -no-exports -no-xattrs
|
||||
endef
|
||||
GPSP_POST_INSTALL_TARGET_HOOKS += GPSP_CREATE_OPK
|
||||
|
||||
|
||||
Reference in New Issue
Block a user