mirror of
https://gitee.com/amber-ce/amber-ce-bookworm.git
synced 2025-12-13 18:42:05 +08:00
11 lines
259 B
Makefile
Executable File
11 lines
259 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
# You must remove unused comment lines for the released package.
|
|
#export DH_VERBOSE = 1
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_configure:
|
|
cd src/opt/apps/cn.flamescion.bookworm-compatibility-mode/files && bash build-container.sh $(shell uname -m)
|
|
|