From cae9256bddad67545a97309aba2837abe4387421 Mon Sep 17 00:00:00 2001 From: shenmo Date: Tue, 15 Apr 2025 18:32:02 +0800 Subject: [PATCH] build-pkg.sh --- build-pkg.sh | 5 +++-- debian/changelog | 6 ++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/build-pkg.sh b/build-pkg.sh index 6013d82..406fdc8 100755 --- a/build-pkg.sh +++ b/build-pkg.sh @@ -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}/ \ No newline at end of file + bash linker.sh ${target_dir}/ +popd \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 56b8268..5a41330 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ -amber-ce-bookworm (12.7.0) UNRELEASED; urgency=low - * 通用 ACE +amber-ce-bookworm (12.7.5) UNRELEASED; urgency=low + * 通用 ACE 构建,现不再需要单独使用构建脚本 + * 更方便地更改成其他ACE + * 现可在容器内使用 dpkg-buildpackage -- shenmo Wed, 25 Sep 2024 23:15:49 +0800