From e1e63381e8bb52dd745c04fc939739ebc4384e71 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Sun, 26 Mar 2023 10:54:04 +1100 Subject: [PATCH] use -G option rather than --build=full --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5bb99a0..74fa18d 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,6 @@ $(SBINDIR)/% $(ETCDIR)/% $(MAN1DIR)/% $(MAN8DIR)/%: % install: $(INSTALLTARGETS) -BUILDPACKAGE = -us -uc --build=full +BUILDPACKAGE = -us -uc -G deb: PREFIX= INCLUDE_PREFIX=/usr dpkg-buildpackage $(BUILDPACKAGE) -- 2.39.2