From fbb8ee3172308b841ed7c1c023f2a4256ce63690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Tue, 27 Nov 2012 20:13:43 +0000 Subject: [PATCH] Make sure xtrans installs its .pc file at the same location as others. Though I'm not sure it's the proper place... --- x11-libs/xtrans/xtrans-1.2.5.bep | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-libs/xtrans/xtrans-1.2.5.bep b/x11-libs/xtrans/xtrans-1.2.5.bep index 3a0f955a2..0f57bcc6e 100644 --- a/x11-libs/xtrans/xtrans-1.2.5.bep +++ b/x11-libs/xtrans/xtrans-1.2.5.bep @@ -11,7 +11,8 @@ BUILD { cd xtrans-1.2.5 libtoolize --force --copy --install autoreconf -i - ./configure --prefix=`finddir B_COMMON_DIRECTORY` + ./configure --prefix=`finddir B_COMMON_DIRECTORY` \ + --datadir=`finddir B_COMMON_LIB_DIRECTORY` } INSTALL {