Install all development files under /usr
This commit is contained in:
parent
b8b31887a5
commit
2904bfac3c
6 changed files with 30 additions and 7 deletions
20
debian/patches/0003-install-dev-files-in-usr.patch
vendored
Normal file
20
debian/patches/0003-install-dev-files-in-usr.patch
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
Description: Adjust .pc paths to install development files to /usr
|
||||
Author: Laurent Bigonville <bigon@debian.org>
|
||||
Forwarded: not-needed
|
||||
|
||||
--- a/lib/libnutscan.pc.in
|
||||
+++ b/lib/libnutscan.pc.in
|
||||
@@ -1,4 +1,4 @@
|
||||
-prefix=@prefix@
|
||||
+prefix=/usr
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
--- a/lib/libupsclient.pc.in
|
||||
+++ b/lib/libupsclient.pc.in
|
||||
@@ -1,4 +1,4 @@
|
||||
-prefix=@prefix@
|
||||
+prefix=/usr
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
|
@ -1 +1,2 @@
|
|||
0003-install-dev-files-in-usr.patch
|
||||
0002-nut-monitor-paths.patch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue