pigpio/09-filelayout.patch

18 lines
357 B
Diff
Raw Normal View History

2021-05-25 13:01:22 +08:00
--- a/Makefile
+++ b/Makefile
@@ -33,12 +33,12 @@ LL2 = -L. -lpigpiod_if -pthread -lrt
2021-05-25 13:01:22 +08:00
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)