From: Inaky Perez-Gonzalez <inaky@linux.intel.com>
To: linux-hotplug@vger.kernel.org
Subject: [PATCH 1/1] udev/pkgconfig: fix exec_prefix to be generated from @exec_prefix@
Date: Wed, 07 Jan 2009 23:08:15 +0000 [thread overview]
Message-ID: <1231369695-12478-1-git-send-email-inaky@linux.intel.com> (raw)
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>
---
| 4 ++--
udev/lib/libudev.pc.in | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
--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
next reply other threads:[~2009-01-07 23:08 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-07 23:08 Inaky Perez-Gonzalez [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1231369695-12478-1-git-send-email-inaky@linux.intel.com \
--to=inaky@linux.intel.com \
--cc=linux-hotplug@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.