summaryrefslogtreecommitdiffstats
path: root/indexhtml.spec
diff options
context:
space:
mode:
authorLaurent Montel <lmontel@mandriva.org>2003-03-07 09:33:12 +0000
committerLaurent Montel <lmontel@mandriva.org>2003-03-07 09:33:12 +0000
commitb00adddb35c54e79872b01d7bfe2c436bf1ad009 (patch)
treebed0b78aaad98e1fbfacbaebc80ebc0029bbaf83 /indexhtml.spec
parentd499fbc684ff361312811dbdae5ba6a59a246150 (diff)
downloadindexhtml-b00adddb35c54e79872b01d7bfe2c436bf1ad009.tar
indexhtml-b00adddb35c54e79872b01d7bfe2c436bf1ad009.tar.gz
indexhtml-b00adddb35c54e79872b01d7bfe2c436bf1ad009.tar.bz2
indexhtml-b00adddb35c54e79872b01d7bfe2c436bf1ad009.tar.xz
indexhtml-b00adddb35c54e79872b01d7bfe2c436bf1ad009.zip
fix test
Diffstat (limited to 'indexhtml.spec')
-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