diff options
author | Dan McGee <dan@archlinux.org> | 2007-05-30 11:04:49 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-05-30 11:04:49 -0400 |
commit | b6387b954f7c35d0d51978aac24ca6bd6a5308fc (patch) | |
tree | a6beb14f4280b848fafc00059c7c4a54df2db8f2 /scripts/rankmirrors.in | |
parent | dd926c7a1c23eab0db242184c7668f32fd4defee (diff) | |
download | pacman-b6387b954f7c35d0d51978aac24ca6bd6a5308fc.tar.xz |
scripts: do autoconf path replacement right
This should finally get the path replacement in our scripts right. This
is the way the autoconf package itself does it and should not need much
further tweaking.
Threw in a few trailing whitespace corrections from the scripts as well.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts/rankmirrors.in')
-rw-r--r-- | scripts/rankmirrors.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/rankmirrors.in b/scripts/rankmirrors.in index da0811c0..2b284efe 100644 --- a/scripts/rankmirrors.in +++ b/scripts/rankmirrors.in @@ -1,6 +1,7 @@ #! /usr/bin/python # -# rankmirrors : read a list of mirrors from a file and rank them by speed +# rankmirrors - read a list of mirrors from a file and rank them by speed +# @configure_input@ # # Original Idea copyright (c) 2006 R.G. <chesercat> # Modified 2006 by Dan McGee <dan@archlinux.org> |