mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-21 19:32:49 +01:00
create opk during build
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
@@ -155,6 +155,10 @@ copy_files_to_store_partition () {
|
||||
|
||||
mount /mnt/ || die 18 "Cannot mount /mnt"
|
||||
unzip -q -o /usr/local/share/mnt_freware_games.zip -d /mnt/
|
||||
mkdir -p /mnt/apps
|
||||
set +f
|
||||
cp -f /usr/games/opk/*.opk /mnt/apps/
|
||||
set -f
|
||||
umount /mnt/ || die 20 "Cannot unmount /mnt"
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user