diff options
-rw-r--r-- | indexhtml.spec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indexhtml.spec b/indexhtml.spec index cc85f23..23a7fec 100644 --- a/indexhtml.spec +++ b/indexhtml.spec @@ -57,14 +57,14 @@ for i in $LISTLANG do if [ -r %_datadir/mdk/indexhtml/index-$i.html ]; then cat %_datadir/mdk/indexhtml/index-$i.html | \ - sed 's:="\([^"]*.css\)">:="%_datadir/mdk/indexhtml/\1">:' > \ + sed 's:="\([^/][^"]*.css\)">:="%_datadir/mdk/indexhtml/\1">:' > \ %_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 | \ - sed 's:="\([^"]*.css\)">:="%_datadir/mdk/indexhtml/\1">:' > \ + sed 's:="\([^/][^"]*.css\)">:="%_datadir/mdk/indexhtml/\1">:' > \ %_datadir/doc/HTML/index.html break; @@ -74,7 +74,7 @@ done if [ ! -r %_datadir/doc/HTML/index.html ]; then cat %_datadir/mdk/indexhtml/index-en.html | \ - sed 's:="\([^"]*.css\)">:="%_datadir/mdk/indexhtml/\1">:' > \ + sed 's:="\([^/][^"]*.css\)">:="%_datadir/mdk/indexhtml/\1">:' > \ %_datadir/doc/HTML/index.html fi @@ -95,8 +95,8 @@ fi %changelog * ....... -- Added Farsi file -- updated Bosnian file +- updated Bosnian, Uzbek, Portuguese, Slovak, Hindi and Maltese files +- corrected css path substitution * Mon Sep 01 2003 David Baudens <baudens@mandrakesoft.com> - 9.1-10mdk - Remove Safari |