From 44d67305b85a4417e0f86c0721d0839da93637b7 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 24 Jan 2023 15:38:53 -0700 Subject: [PATCH] add to rules to get diskdefs in a compliant location again --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 2f89281..f8a3ff1 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,7 @@ %: dh $@ --without autoreconf + +override_dh_auto_configure: + ./configure --prefix=/usr --mandir=\$${prefix}/share/man \ + --datarootdir=/etc/cpmtools -- 2.30.2