Use standard lower-case deb

This commit is contained in:
Aoran Zeng
2025-06-16 16:45:32 +08:00
parent 02c3a815de
commit 975b2391cb
16 changed files with 61 additions and 61 deletions

View File

@@ -120,10 +120,10 @@ clean:
-@rm chsrc 2>/dev/null
-@rm README.md.bak* 2>/dev/null
# -include pkg/DEB/deb.makefile # 不这么做,因为 pkg/DEB/deb.makefile 需要在 pkg/DEB 目录下执行
# -include pkg/deb/deb.makefile # 不这么做,因为 pkg/deb/deb.makefile 需要在 pkg/deb 目录下执行
# 保持动词在前的任务名风格
build-deb:
@$(MAKE) -C pkg/DEB -f deb.makefile deb-build
@$(MAKE) -C pkg/deb -f deb.makefile deb-build
install: $(Target-Name)
install -D -m 755 $(Target-Name) $(DESTDIR)/usr/bin/$(Target-Name)