linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] udev/pkgconfig: fix exec_prefix to be generated from @exec_prefix@
@ 2009-01-07 23:08 Inaky Perez-Gonzalez
  2009-01-07 23:27 ` [PATCH 1/1] udev/pkgconfig: fix exec_prefix to be generated from Kay Sievers
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Inaky Perez-Gonzalez @ 2009-01-07 23:08 UTC (permalink / raw)
  To: linux-hotplug

From: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>

Otherwise paths where the libraries are to be found are out of sync.

Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
---
 extras/volume_id/lib/libvolume_id.pc.in |    4 ++--
 udev/lib/libudev.pc.in                  |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/extras/volume_id/lib/libvolume_id.pc.in b/extras/volume_id/lib/libvolume_id.pc.in
index 5a1e1b7..b19cb52 100644
--- a/extras/volume_id/lib/libvolume_id.pc.in
+++ b/extras/volume_id/lib/libvolume_id.pc.in
@@ -1,6 +1,6 @@
 prefix=@prefix@
-exec_prefix=@prefix@
-libdir=@prefix@/@libdir_name@
+exec_prefix=@exec_prefix@
+libdir=@exec_prefix@/@libdir_name@
 includedir=@prefix@/include
 
 Name: libvolume_id
diff --git a/udev/lib/libudev.pc.in b/udev/lib/libudev.pc.in
index 38fc052..428062e 100644
--- a/udev/lib/libudev.pc.in
+++ b/udev/lib/libudev.pc.in
@@ -1,6 +1,6 @@
 prefix=@prefix@
-exec_prefix=@prefix@
-libdir=@prefix@/@libdir_name@
+exec_prefix=@exec_prefix@
+libdir=@exec_prefix@/@libdir_name@
 includedir=@prefix@/include
 
 Name: libudev
-- 
1.5.6.5


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-01-08 18:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-07 23:08 [PATCH 1/1] udev/pkgconfig: fix exec_prefix to be generated from @exec_prefix@ Inaky Perez-Gonzalez
2009-01-07 23:27 ` [PATCH 1/1] udev/pkgconfig: fix exec_prefix to be generated from Kay Sievers
2009-01-07 23:35 ` [PATCH 1/1] udev/pkgconfig: fix exec_prefix to be generated Marcel Holtmann
2009-01-07 23:48 ` Perez-Gonzalez, Inaky
2009-01-08  0:08 ` [PATCH 1/1] udev/pkgconfig: fix exec_prefix to be generated from @exec_prefix@ Inaky Perez-Gonzalez
2009-01-08  2:46 ` [PATCH 1/1] udev/pkgconfig: fix exec_prefix to be generated from Kay Sievers
2009-01-08  3:20 ` [PATCH 1/1] udev/pkgconfig: fix exec_prefix to be generated Marcel Holtmann
2009-01-08 18:00 ` [PATCH 1/1] udev/pkgconfig: fix exec_prefix to be generated from @exec_prefix@ Inaky Perez-Gonzalez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).