diff options
author | ville <ville@localhost> | 2002-12-01 16:52:03 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2002-12-01 16:52:03 +0000 |
commit | 8ed16293ea7fac85f0936d19e6d845fb2654b7fc (patch) | |
tree | 53d4efdd4a6b514333146e07197724a916af381c | |
parent | 9687acbc3a97d2485656da87abdc4df7c6aa52f6 (diff) | |
download | markup-validator-8ed16293ea7fac85f0936d19e6d845fb2654b7fc.zip markup-validator-8ed16293ea7fac85f0936d19e6d845fb2654b7fc.tar.gz markup-validator-8ed16293ea7fac85f0936d19e6d845fb2654b7fc.tar.bz2 |
Fix typo in removing extra files.
-rw-r--r-- | misc/w3c-validator.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/w3c-validator.spec b/misc/w3c-validator.spec index bd7b50e..d0710e1 100644 --- a/misc/w3c-validator.spec +++ b/misc/w3c-validator.spec @@ -1,5 +1,5 @@ # RPM Spec file for the W3C MarkUp Validator -# $Id: w3c-validator.spec,v 1.2 2002-12-01 13:40:33 link Exp $ +# $Id: w3c-validator.spec,v 1.3 2002-12-01 16:52:03 ville Exp $ %define httpd_confdir %{_sysconfdir}/httpd/conf.d %define htmldir %{_var}/www/html @@ -56,7 +56,7 @@ perl -pi -e 's|/var/www/html/|%{htmldir}/|' httpd/conf/httpd.conf # Cleanup of unused files rm -f httpd/cgi-bin/[Lprt]* rename .pl '' httpd/cgi-bin/checklink.pl -rm -f htdocs/p3p.html htdocs/source +rm -rf htdocs/p3p.html htdocs/source # Fixup permissions find . -type d -exec chmod 0755 {} ';' |