diff options
author | Darrell Anderson <[email protected]> | 2012-04-11 11:39:27 -0500 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-09-08 15:28:49 +0200 |
commit | 47b660607888d6d305edeea2e2dfdb8f19cc8d63 (patch) | |
tree | 7414db610500aaab763e338a8bc33bc5f9f0db36 /installFedora.sh | |
parent | 04233e705084e233ae2a33459fcc9529cbe4c444 (diff) | |
download | knutclient-47b660607888d6d305edeea2e2dfdb8f19cc8d63.tar.gz knutclient-47b660607888d6d305edeea2e2dfdb8f19cc8d63.zip |
Update HTML install path references.
(cherry picked from commit 78d8510178a486d6fce7eee8b629ad3f412166de)
Diffstat (limited to 'installFedora.sh')
-rwxr-xr-x | installFedora.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installFedora.sh b/installFedora.sh index 8412d92..1022797 100755 --- a/installFedora.sh +++ b/installFedora.sh @@ -2,7 +2,7 @@ make -f Makefile.cvs [ ! -f Makefile ] || make clean -export kde_htmldir=/usr/share/doc/HTML +export kde_htmldir=/usr/share/doc/tde/HTML ./configure --prefix=/usr make |