diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-05-22 18:40:23 -0500 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-05-22 18:40:23 -0500 |
commit | eda45e613790fb48dcd0b09b1773de9caa07d1ca (patch) | |
tree | b4ba379077ec9fbfbe6858789a093edac6e29346 | |
parent | touch the state file if it is not present (fatal error) (diff) | |
download | gentoo-mirrorstats-eda45e613790fb48dcd0b09b1773de9caa07d1ca.tar.gz gentoo-mirrorstats-eda45e613790fb48dcd0b09b1773de9caa07d1ca.tar.bz2 gentoo-mirrorstats-eda45e613790fb48dcd0b09b1773de9caa07d1ca.zip |
Fix more paths relative to this repo
-rwxr-xr-x | mirmon-source.sh | 2 |
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 |