mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 17:31:52 -05:00
* gen-mirrorlist.sh not needed anymore
This commit is contained in:
parent
73402a1459
commit
7518e04c2e
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user