From 8f99e12efba559a6a0193033af40a9f16131a395 Mon Sep 17 00:00:00 2001 From: sanchuanhehe Date: Sat, 14 Jun 2025 21:19:08 +0800 Subject: [PATCH] =?UTF-8?q?fix(debian):=20=E7=AE=80=E5=8C=96=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E6=AD=A5=E9=AA=A4=EF=BC=8C=E4=BD=BF=E7=94=A8=20DESTDI?= =?UTF-8?q?R=20=E5=8F=98=E9=87=8F=E6=9B=BF=E4=BB=A3=E6=89=8B=E5=8A=A8?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E7=9B=AE=E5=BD=95=E5=92=8C=E5=A4=8D=E5=88=B6?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/rules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 0c5e332..3ec8f5d 100755 --- a/debian/rules +++ b/debian/rules @@ -7,10 +7,7 @@ override_dh_auto_build: $(MAKE) all override_dh_auto_install: - mkdir -p debian/chsrc/usr/bin - mkdir -p debian/chsrc/usr/share/man/man1 - cp chsrc debian/chsrc/usr/bin/ - cp doc/chsrc.1 debian/chsrc/usr/share/man/man1/ + $(MAKE) install DESTDIR=$(CURDIR)/debian/chsrc override_dh_auto_clean: $(MAKE) clean