build-pkg.sh

This commit is contained in:
2025-04-15 18:29:30 +08:00
parent 8eca27e209
commit 3d88f051ce
3 changed files with 45 additions and 6 deletions

6
debian/rules vendored
View File

@@ -6,11 +6,7 @@
dh $@
override_dh_auto_configure:
rm -rf pkg/
cp -r src/ pkg/
bash replacer.sh pkg/
cd pkg/opt/apps/amber-ce-bookworm/files && bash build-container.sh $(shell uname -m)
bash linker.sh pkg/
bash build-pkg.sh pkg/
override_dh_dwz: