summaryrefslogtreecommitdiffstats
path: root/indexhtml.spec
diff options
context:
space:
mode:
Diffstat (limited to 'indexhtml.spec')
-rw-r--r--indexhtml.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/indexhtml.spec b/indexhtml.spec
index 5d53e34..aa352d3 100644
--- a/indexhtml.spec
+++ b/indexhtml.spec
@@ -1,7 +1,7 @@
Summary: Mandrake html welcome page
Name: indexhtml
Version: 9.1
-Release: 4mdk
+Release: 5mdk
Source: indexhtml-%version.tar.bz2
Group: System/Base
License: GPL
@@ -57,13 +57,13 @@ for i in $LISTLANG
do
if [ -r %_datadir/mdk/indexhtml/index-$i.html ]; then
cat %_datadir/mdk/indexhtml/index-$i.html > \
- %_datadir/mdk/indexhtml/index.html
+ %_datadir/doc/HTML/index.html
break
else
lang=`echo $i | cut -b-2`
if [ -r %_datadir/mdk/indexhtml/index-$lang.html ]; then
cat %_datadir/mdk/indexhtml/index-$lang.html > \
- %_datadir/mdk/indexhtml/index.html
+ %_datadir/doc/HTML/index.html
break;
fi
@@ -72,7 +72,7 @@ done
if [ ! -r %_datadir/mdk/indexhtml/index.html ]; then
cat %_datadir/mdk/indexhtml/index-en.html > \
- %_datadir/mdk/indexhtml/index.html
+ %_datadir/doc/HTML/index.html
fi
@@ -81,7 +81,7 @@ rm -f %{_defaultdocdir}/HTML/index.html
%preun
if [ $1 = 0 ]; then
- rm -f %_datadir/mdk/indexhtml/index.html
+ rm -f %_datadir/doc/HTML/index.html
fi
@@ -94,6 +94,9 @@ fi
%changelog
+* Fri Mar 07 2003 Laurent MONTEL <lmontel@mandrakesoft.com> 9.1-5mdk
+- Fix indexhtml page location
+
* Thu Mar 06 2003 Laurent MONTEL <lmontel@mandrakesoft.com> 9.1-4mdk
- fix generation of the html file
- cleanup before removal