From: Peter Michael Green Date: Thu, 10 Jan 2019 12:38:15 +0000 (+0000) Subject: Rename 01-destdir.diff to 01-prefix.patch to reflect it's remaining function. X-Git-Tag: archive/raspbian/1.68-2+rpi1~20 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1ca3936a93a4f29b00873155c103239d618927aa;p=pigpio.git Rename 01-destdir.diff to 01-prefix.patch to reflect it's remaining function. --- diff --git a/debian/patches/01-destdir.diff b/debian/patches/01-destdir.diff deleted file mode 100644 index 3905e6e..0000000 --- a/debian/patches/01-destdir.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -31,7 +31,7 @@ - - LL3 = -L. -lpigpiod_if2 -pthread -lrt - --prefix = /usr/local -+prefix = /usr - exec_prefix = $(prefix) - bindir = $(exec_prefix)/bin - includedir = $(prefix)/include diff --git a/debian/patches/01-prefix.patch b/debian/patches/01-prefix.patch new file mode 100644 index 0000000..3905e6e --- /dev/null +++ b/debian/patches/01-prefix.patch @@ -0,0 +1,11 @@ +--- a/Makefile ++++ b/Makefile +@@ -31,7 +31,7 @@ + + LL3 = -L. -lpigpiod_if2 -pthread -lrt + +-prefix = /usr/local ++prefix = /usr + exec_prefix = $(prefix) + bindir = $(exec_prefix)/bin + includedir = $(prefix)/include diff --git a/debian/patches/series b/debian/patches/series index 95bb36c..bddaffb 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1 @@ -01-destdir.diff +01-prefix.patch