From: Peter Michael Green Date: Thu, 29 Feb 2024 20:51:34 +0000 (+0000) Subject: filelayout X-Git-Tag: archive/raspbian/1.78-1.1+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6e3f58929a6052d4397c352dd9dc7b298400b591;p=pigpio.git filelayout Gbp-Pq: Name 09-filelayout.patch --- 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)