summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--indexhtml.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/indexhtml.spec b/indexhtml.spec
index 33e43d5..18979f5 100644
--- a/indexhtml.spec
+++ b/indexhtml.spec
@@ -1,6 +1,6 @@
%define name indexhtml
%define version 2007.0
-%define release %mkrel 6
+%define release %mkrel 7
Summary: Mandriva Linux html welcome page
Name: %{name}
@@ -78,7 +78,7 @@ rm -fr %buildroot
%post
# done to prevent excludedocs to ignore the doc/HTML
-mkdir -p %_datadir/doc/HTML/index.html
+mkdir -p %_datadir/doc/HTML
cat %_datadir/mdk/indexhtml/index.html | \
sed "s/#MDV_RELEASE/`cat /etc/release`/" | \
sed "s/#MDV_PRODUCT/`gawk -F= '/META_CLASS/ { print $2 }' /etc/sysconfig/system`/" | \
@@ -94,6 +94,9 @@ cat %_datadir/mdk/indexhtml/index.html | \
#/etc/sysconfig/network-scripts/ifup.d/indexhtml
%changelog
+* Thu Sep 21 2006 Warly <warly@mandriva.com> 2007.0-7mdv2007.0
+- fix my stupid mkdir
+
* Wed Sep 20 2006 Warly <warly@mandriva.com> 2007.0-6mdv2007.0
- manually create the /usr/share/doc/HTML in post to workarround excludedocs
ignoring this directory