Fix Makefile for deb

This commit is contained in:
Aoran Zeng
2025-06-20 22:30:05 +08:00
parent 429fe656b2
commit 168cce314f
2 changed files with 6 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
# Contributors : Nil Null <nil@null.org>
# |
# Created On : <2025-06-14>
# Last Modified : <2025-06-15>
# Last Modified : <2025-06-20>
#
# 该文件是 Makefile 格式
# --------------------------------------------------------------
@@ -43,7 +43,7 @@ Chsrc-Root-Dir = $(CURDIR)/../../
override_dh_auto_build:
# 切换到 chsrc 根目录
@$(MAKE) -C $(Chsrc-Root-Dir) all
@$(MAKE) -C $(Chsrc-Root-Dir) build-in-release-mode
override_dh_auto_install:
@$(MAKE) -C $(Chsrc-Root-Dir) install DESTDIR=$(CURDIR)/debian/chsrc