diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:16:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:16:32 -0600 |
commit | 917c9215b5e1d350f1c6befcfbbba5ae48b1e4e1 (patch) | |
tree | 34643c9d362e8030eff6b4fa304c8e4c3c7391ed /doc/INSTALL | |
parent | 89a04e58ae78d22fd9c56a9fa0821ef746e81eb1 (diff) | |
download | kbfx-917c9215b5e1d350f1c6befcfbbba5ae48b1e4e1.tar.gz kbfx-917c9215b5e1d350f1c6befcfbbba5ae48b1e4e1.zip |
Rename kde-config to tde-config
Diffstat (limited to 'doc/INSTALL')
-rwxr-xr-x | doc/INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/INSTALL b/doc/INSTALL index 6166e13..8e4cbdf 100755 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -77,7 +77,7 @@ NOTE: - x.y.z-XXXXXXXX represents the version of the KBFX package, > mkdir -p build/package > cd build > export DESTDIR=/tmp/kbfx-x.y.z-XXXXXXXX/build/package - > cmake ../ -DCMAKE_INSTALL_PREFIX=`kde-config --prefix` + > cmake ../ -DCMAKE_INSTALL_PREFIX=`tde-config --prefix` > make install DESTDIR=/tmp/kbfx-x.y.z-XXXXXXXX/build/package > find package/|sed s#^package/#./# > installed_files.txt > cd package/ |