Make sure xtrans installs its .pc file at the same location as others.

Though I'm not sure it's the proper place...
This commit is contained in:
François Revol
2012-11-27 20:13:43 +00:00
parent d2eba7e2ce
commit fbb8ee3172

View File

@@ -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 {