summaryrefslogtreecommitdiffstats
path: root/misc/w3c-markup-validator.spec
diff options
context:
space:
mode:
authorVille Skytt? <ville.skytta@iki.fi>2010-11-04 22:13:59 +0200
committerVille Skytt? <ville.skytta@iki.fi>2010-11-04 22:13:59 +0200
commitc9b3d1bdb1dd8911bc6401534f13ae13eaa585e7 (patch)
tree2c1e45da7b52a3b86d697fe86e7fcd1072de3285 /misc/w3c-markup-validator.spec
parentf33375a02c2e8fe476fc7f0cc0fcf94f36514045 (diff)
downloadmarkup-validator-c9b3d1bdb1dd8911bc6401534f13ae13eaa585e7.zip
markup-validator-c9b3d1bdb1dd8911bc6401534f13ae13eaa585e7.tar.gz
markup-validator-c9b3d1bdb1dd8911bc6401534f13ae13eaa585e7.tar.bz2
Get rid of the "Home Page" configuration parameter.
Resolve it automatically instead, and use relative URLs more where appropriate.
Diffstat (limited to 'misc/w3c-markup-validator.spec')
-rw-r--r--misc/w3c-markup-validator.spec3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/w3c-markup-validator.spec b/misc/w3c-markup-validator.spec
index ef63c21..0f0e3b4 100644
--- a/misc/w3c-markup-validator.spec
+++ b/misc/w3c-markup-validator.spec
@@ -43,8 +43,7 @@ mv validator-%{version}/htdocs/sgml-lib .
%{__perl} -pi -e \
's|^(\s*Library\s*=\s*).*|${1}%{_datadir}/sgml/%{name}| ;
s|^(\s*TidyConf\s*=\s*).*|${1}%{_sysconfdir}/w3c/tidy.conf| ;
- s|\bwww-validator\@w3\.org\b|root\@localhost| ;
- s|/validator\.w3\.org/|/localhost/w3c-validator/|' \
+ s|\bwww-validator\@w3\.org\b|root\@localhost|' \
htdocs/config/validator.conf
# Move config out of the way