debian/patches/0003-install-dev-files-in-usr.patch: Also change the prefix in libnutclient.pc.in for consistency

This commit is contained in:
Laurent Bigonville 2019-07-28 00:46:31 +02:00
parent bda57ab3dc
commit 50d4a418ef
2 changed files with 11 additions and 1 deletions

View file

@ -18,3 +18,11 @@ Forwarded: not-needed
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
--- a/lib/libnutclient.pc.in
+++ b/lib/libnutclient.pc.in
@@ -1,4 +1,4 @@
-prefix=@prefix@
+prefix=/usr
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@