[Pkg-cli-libs-commits] [SCM] hyena branch, master, updated. e0a12b3d8156e43266de6fd2cf61994340facacb

Chow Loong Jin hyperair at gmail.com
Wed Aug 19 08:37:13 UTC 2009


The following commit has been merged in the master branch:
commit e0a12b3d8156e43266de6fd2cf61994340facacb
Author: Chow Loong Jin <hyperair at gmail.com>
Date:   Wed Aug 19 16:18:02 2009 +0800

    Fix broken .pc files (bad autoconf substitution)

diff --git a/debian/rules b/debian/rules
index 8a423c6..d2683fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,8 @@ override_dh_auto_configure:
 	dh_auto_configure -- \
 		MCS=/usr/bin/mono-csc \
 		--enable-debug
+	find src -name '*.pc' -print | \
+		xargs sed -i -e 's|@expanded_libdir@|/usr/lib|g'
 
 override_dh_auto_build:
 	dh_auto_build

-- 
hyena



More information about the Pkg-cli-libs-commits mailing list