From 539290877c1844494c32c57a0802b0b3464e4b82 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 3 Jan 2023 09:38:23 -0700 Subject: [PATCH] set DESTDIR for make install --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 154d78b..6b1fe22 100755 --- a/debian/rules +++ b/debian/rules @@ -32,7 +32,8 @@ install: build dh_testroot dh_prep dh_installdirs - $(MAKE) install prefix=$(CURDIR)/debian/cpmtools/usr \ + $(MAKE) DESTDIR=$(CURDIR)/debian/cpmtools install \ + prefix=$(CURDIR)/debian/cpmtools/usr \ datarootdir=$(CURDIR)/debian/cpmtools/etc/cpmtools # Build architecture-independent files here. -- 2.30.2