summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--indexhtml.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexhtml.spec b/indexhtml.spec
index aa352d3..083d809 100644
--- a/indexhtml.spec
+++ b/indexhtml.spec
@@ -70,7 +70,7 @@ do
fi
done
-if [ ! -r %_datadir/mdk/indexhtml/index.html ]; then
+if [ ! -r %_datadir/doc/HTML/index.html ]; then
cat %_datadir/mdk/indexhtml/index-en.html > \
%_datadir/doc/HTML/index.html
fi