diff options
-rw-r--r-- | indexhtml.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/indexhtml.spec b/indexhtml.spec index 217bd00..a29e1f0 100644 --- a/indexhtml.spec +++ b/indexhtml.spec @@ -1,7 +1,7 @@ Summary: Mandrake html welcome page Name: indexhtml Version: 10.0 -Release: 4mdk +Release: 5mdk Source: indexhtml-%version.tar.bz2 Group: System/Base License: GPL @@ -30,7 +30,7 @@ install -d -m 0755 %buildroot/%_datadir/mdk/indexhtml/ install -m 0644 HTML/* %buildroot/%_datadir/mdk/indexhtml/ install -d -m 0755 %buildroot/%_datadir/mdk/mail/ -for i in $(find mail/ -type f); do +for i in $(find mail/ -type f | grep -v "placeholder.h"); do install -m 0644 $i %buildroot/%_datadir/mdk/mail/ done @@ -92,6 +92,9 @@ fi %changelog +* Tue Feb 17 2004 David Baudens <baudens@mandrakesoft.com> 10.0-5mdk +- Don't install placeholder.h (seems useless) + * Tue Feb 17 2004 David Baudens <baudens@mandrakesoft.com> 10.0-4mdk - Fix update |