diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-11 11:39:27 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-11 11:39:27 -0500 |
commit | 78d8510178a486d6fce7eee8b629ad3f412166de (patch) | |
tree | 5f1c7fc31e0708556c5bd9766bcebb6c3ee54b30 /installDeb.sh | |
parent | 04a5960f79649ae7bc5dd4f785207346bdefbe13 (diff) | |
download | knutclient-78d8510178a486d6fce7eee8b629ad3f412166de.tar.gz knutclient-78d8510178a486d6fce7eee8b629ad3f412166de.zip |
Update HTML install path references.
Diffstat (limited to 'installDeb.sh')
-rwxr-xr-x | installDeb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installDeb.sh b/installDeb.sh index a4e70f3..1022797 100755 --- a/installDeb.sh +++ b/installDeb.sh @@ -2,7 +2,7 @@ make -f Makefile.cvs [ ! -f Makefile ] || make clean -export kde_htmldir=/usr/share/doc/kde/HTML +export kde_htmldir=/usr/share/doc/tde/HTML ./configure --prefix=/usr make |