[PATCH] Install gnome-doc-utils.pc to the right location
- From: Thomas Petazzoni <thomas petazzoni free-electrons com>
- Subject: [PATCH] Install gnome-doc-utils.pc to the right location
- Date: Sat, 8 Aug 2009 22:14:16 +0200
Currently, gnome-doc-utils installs gnome-doc-utils.pc in
/usr/share/pkgconfig/, while it should be installed in
/usr/lib/pkgconfig/, where all pkgconfig .pc files are installed
traditionnally.
gnome-doc-utils used to install this .pc file in the right location,
but since commit d0e0103028d9d3d32b44e7f0f2b2997da828496a, it is no
longer the case. And the log associated with this commit doesn't
provide any explanation for the change, and the change is inside large
unrelated changes, which probably means that the .pc installation
directory change was not voluntary.
This patch basically reverts this modification.
Signed-off-by: Thomas Petazzoni <thomas petazzoni free-electrons com>
---
tools/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 04ea4c3..4053179 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -10,7 +10,7 @@ bin_SCRIPTS = gnome-doc-prepare gnome-doc-tool
endif
-pkgconfigdir = $(datadir)/pkgconfig
+pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gnome-doc-utils.pc
EXTRA_DIST = \
--
1.6.0.4
--MP_/L+45=8lRl6FFhh/GTN9g41d--
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]