mirror of
https://gitee.com/amber-ce/amber-ce-bookworm.git
synced 2025-12-14 02:52:04 +08:00
build-pkg.sh
This commit is contained in:
@@ -21,7 +21,7 @@ read_config() {
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
pushd $(dirname $(realpath $0))
|
||||
read_config "ace-base.config"
|
||||
|
||||
# 访问变量
|
||||
@@ -40,4 +40,5 @@ target_dir="${1}" # 要处理的目标目录
|
||||
cp -r src/ ${target_dir}/
|
||||
bash replacer.sh ${target_dir}/
|
||||
cd pkg/opt/apps/$PKG_NAME/files && bash build-container.sh $(shell uname -m)
|
||||
bash linker.sh ${target_dir}/
|
||||
bash linker.sh ${target_dir}/
|
||||
popd
|
||||
Reference in New Issue
Block a user