pigpio/09-filelayout.patch
yafen 119c5b3011 change package name(dev to devel) and installation directory of man files
(cherry picked from commit a8beab8a75ef1b2a71092643da5fba9a50b72858)
2021-08-28 19:25:40 +08:00

18 lines
357 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -33,12 +33,12 @@ 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
libdir = $(prefix)/lib
-mandir = $(prefix)/man
+mandir = $(prefix)/share/man
all: $(ALL)