summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/applications/koffice
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-12 18:14:11 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-12 18:14:11 -0500
commit45e93b2bda41ffe6d4965db6396bb44ac5ffc86d (patch)
treeac270d06094f41171032e9e2c82986c0a3ac0e70 /debian/squeeze/applications/koffice
parent73b2a09cbe3a94b7356c1c7c85d4b64470e71725 (diff)
downloadtde-packaging-45e93b2bda41ffe6d4965db6396bb44ac5ffc86d.tar.gz
tde-packaging-45e93b2bda41ffe6d4965db6396bb44ac5ffc86d.zip
Set PKG_CONFIG_PATH for koffice build on Debian and Ubuntu
Diffstat (limited to 'debian/squeeze/applications/koffice')
-rwxr-xr-xdebian/squeeze/applications/koffice/debian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/squeeze/applications/koffice/debian/rules b/debian/squeeze/applications/koffice/debian/rules
index 6493acaff..f53720c55 100755
--- a/debian/squeeze/applications/koffice/debian/rules
+++ b/debian/squeeze/applications/koffice/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+PKG_CONFIG_PATH := /opt/trinity/lib/pkgconfig/:$(PKG_CONFIG_PATH)
+
include /usr/share/cdbs/1/rules/debhelper.mk
include debian/cdbs/debian-qt-kde.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk