summaryrefslogtreecommitdiffstats
path: root/developer-doc/phb
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:18:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:18:17 -0600
commitb49ba0f6845b1dd5365deee85111a8724b6b80fa (patch)
tree4e867057b1b33f90f6cec7594d1f7c8e7d89c3f1 /developer-doc/phb
parent57eb04bd30bef0b71ae1cda440a2a08b69c2a00d (diff)
downloadkmymoney-b49ba0f6845b1dd5365deee85111a8724b6b80fa.tar.gz
kmymoney-b49ba0f6845b1dd5365deee85111a8724b6b80fa.zip
Rename kde-config to tde-config
Diffstat (limited to 'developer-doc/phb')
-rw-r--r--developer-doc/phb/rpm-example.docbook2
1 files changed, 1 insertions, 1 deletions
diff --git a/developer-doc/phb/rpm-example.docbook b/developer-doc/phb/rpm-example.docbook
index 213e1ec..4b93fc4 100644
--- a/developer-doc/phb/rpm-example.docbook
+++ b/developer-doc/phb/rpm-example.docbook
@@ -45,7 +45,7 @@ This appendix contains an example of an RPM SPEC file.
%define qt_path /usr/lib/qt3
%define distver %(release="`rpm -q --queryformat='%{VERSION}' %{dist}-release 2> /dev/null | tr . : | sed s/://g`" ; if test $? != 0 ; then release="" ; fi ; echo "$release")
-%define distlibsuffix %(%_bindir/kde-config --libsuffix 2>/dev/null)
+%define distlibsuffix %(%_bindir/tde-config --libsuffix 2>/dev/null)
%define _lib lib%distlibsuffix
%define packer %(finger -lp `echo "$USER"` | head -n 1 | cut -d: -f 3)