* gen-mirrorlist.sh not needed anymore

This commit is contained in:
Jürgen Hötzel 2007-02-09 22:09:28 +00:00
parent 73402a1459
commit 7518e04c2e
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
#!/bin/bash
# gen-mirrorlist.sh
# There's absolutely no way to make autoconf do this, so instead, autoconf will
# call this script - simple enough.
REPOS="current extra unstable release community"
for i in $REPOS; do
rm -f $i
cat mirrorlist | sed "s|@@REPO@@|$i|g" > $i
done