summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2010-05-22 18:40:23 -0500
committerJeremy Olexa <darkside@gentoo.org>2010-05-22 18:40:23 -0500
commiteda45e613790fb48dcd0b09b1773de9caa07d1ca (patch)
treeb4ba379077ec9fbfbe6858789a093edac6e29346
parenttouch the state file if it is not present (fatal error) (diff)
downloadgentoo-mirrorstats-eda45e613790fb48dcd0b09b1773de9caa07d1ca.tar.gz
gentoo-mirrorstats-eda45e613790fb48dcd0b09b1773de9caa07d1ca.tar.bz2
gentoo-mirrorstats-eda45e613790fb48dcd0b09b1773de9caa07d1ca.zip
Fix more paths relative to this repo
-rwxr-xr-xmirmon-source.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mirmon-source.sh b/mirmon-source.sh
index f302f93..f178d7a 100755
--- a/mirmon-source.sh
+++ b/mirmon-source.sh
@@ -11,5 +11,5 @@ cd /var/www/mirrorstats.gentoo.org/gentoo-mirrorstats.git/source_mirrors
# Set up a nice link to our mirror page directly:
sed \
-e 's#mirrors</H2>#<a href="http://www.gentoo.org/main/en/mirrors2.xml">mirrors</a></H2>#' \
- >../htdocs/index.html <../htdocs/index-wip.html
+ >../../htdocs/index.html <../../htdocs/index-wip.html