summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-05-03 20:48:50 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-05-03 20:48:50 +0200
commit8686618a45567fe903f1367980fb8c78f3e456b7 (patch)
tree6db536a19d7db53455df45aecfc723d368eda235
parent29307a3f26a1ec40bf008209ac0fdcc252596cfa (diff)
Fix base mirrorlist.
-rwxr-xr-xlibrebasebuilder8
1 files changed, 4 insertions, 4 deletions
diff --git a/librebasebuilder b/librebasebuilder
index 8ba1315..f7d3a25 100755
--- a/librebasebuilder
+++ b/librebasebuilder
@@ -61,21 +61,21 @@ cat > etc/resolv.conf <<EOF
# End of file
EOF
-# From pacman-mirrorlist-libre-20120307-1.
+# From pacman-mirrorlist-libre-20120307-1. Remember to escape dollars.
cat > etc/pacman.d/mirrorlist <<EOF
# Parabola GNU/Linux - Last Updated: Wed Mar 7 17:33:36 GMT 2012
# Atlanta, GA, USA
# Responsible: belos
-Server = http://parabola.techno-geeks.org/$repo/os/$arch
+Server = http://parabola.techno-geeks.org/\$repo/os/\$arch
# Nuremberg, Germany
# Responsible: johkra
-Server = http://parabolaweb.eu/$repo/os/$arch
+Server = http://parabolaweb.eu/\$repo/os/\$arch
# UK
# Responsible: Parabola Project
-Server = http://repo.parabolagnulinux.org/$repo/os/$arch
+Server = http://repo.parabolagnulinux.org/\$repo/os/\$arch
EOF