不再硬编码pkg

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

View File

@@ -38,5 +38,5 @@ target_dir="${1}" # 要处理的目标目录
bash replacer.sh ${target_dir}/
bash linker.sh ${target_dir}/
cd pkg/opt/apps/$PKG_NAME/files && bash build-container.sh $(uname -m)
cd ${target_dir}/opt/apps/$PKG_NAME/files && bash build-container.sh $(uname -m)
popd