From b49ba0f6845b1dd5365deee85111a8724b6b80fa Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 26 Feb 2012 14:18:17 -0600 Subject: Rename kde-config to tde-config --- developer-doc/phb/rpm-example.docbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'developer-doc/phb/rpm-example.docbook') 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) -- cgit v1.2.1