This commit is contained in:
2026-03-07 18:11:38 +08:00
parent cd37e0d396
commit 00d3cc8636
2 changed files with 1 additions and 6 deletions

2
debian/changelog vendored
View File

@@ -1,4 +1,4 @@
amber-ce-bookworm (12.9.6) UNRELEASED; urgency=low
amber-ce-bookworm (12.9.7) UNRELEASED; urgency=low
* 通用 ACE 构建,现不再需要单独使用构建脚本
* 更方便地更改成其他ACE
* 现可在容器内使用 dpkg-buildpackage

View File

@@ -12,11 +12,6 @@ if [ "$UID" != "0" ]; then
exit 1
fi
# 检查参数
if [ -z "$1" ]; then
log.error "需要把ace-env所在的路径设置为第一个参数"
exit 1
fi
# 辅助函数
trim() {