From 6e3f58929a6052d4397c352dd9dc7b298400b591 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Thu, 29 Feb 2024 20:51:34 +0000 Subject: [PATCH] filelayout Gbp-Pq: Name 09-filelayout.patch --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0aa14fe..318c224 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ LL2 = -L. -lpigpiod_if -pthread -lrt LL3 = -L. -lpigpiod_if2 -pthread -lrt -prefix = /usr/local +prefix = /usr exec_prefix = $(prefix) bindir = $(exec_prefix)/bin includedir = $(prefix)/include @@ -83,7 +83,7 @@ clean: ifeq ($(DESTDIR),) PYINSTALLARGS = else - PYINSTALLARGS = --root=$(DESTDIR) + PYINSTALLARGS = --install-layout=deb --root=$(DESTDIR) endif install: $(ALL) -- 2.30.2