在rules里做src->pkg

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
2025-04-15 14:09:28 +00:00
committed by Gitee
parent 6b3ad3cc43
commit 9eb23aa93f
3 changed files with 8 additions and 3 deletions

View File

@@ -36,8 +36,6 @@ exit
fi
target_dir="${1}" # 要处理的目标目录
rm -rf ${target_dir}/
cp -r src/ ${target_dir}/
bash replacer.sh ${target_dir}/
bash linker.sh ${target_dir}/
cd pkg/opt/apps/$PKG_NAME/files && bash build-container.sh $(uname -m)