diff options
author | Maxim <kolmax94@gmail.com> | 2011-04-25 22:38:28 +0400 |
---|---|---|
committer | Maxim <kolmax94@gmail.com> | 2011-04-25 22:38:28 +0400 |
commit | 4df453ac1c6839e75dab447819d890e0bb404250 (patch) | |
tree | 925be426636626b9e822645229ebfd83268002f4 | |
parent | Update sys-libs/libdl (diff) | |
download | gentoo-openbsd-4df453ac1c6839e75dab447819d890e0bb404250.tar.gz gentoo-openbsd-4df453ac1c6839e75dab447819d890e0bb404250.tar.bz2 gentoo-openbsd-4df453ac1c6839e75dab447819d890e0bb404250.zip |
Fix some crap
-rw-r--r-- | script/bootstrap-prefix.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/script/bootstrap-prefix.sh b/script/bootstrap-prefix.sh index 35c921e..e1bc4c9 100644 --- a/script/bootstrap-prefix.sh +++ b/script/bootstrap-prefix.sh @@ -377,7 +377,7 @@ do_tree() { bootstrap_tree() { local PV="20110103" - do_tree http://gobsd.googlecode.com/files/ portage-obsd.tar.gz + do_tree http://dev.gentoo.org/~maksbotan/ portage-openbsd.tar.gz } bootstrap_latest_tree() { @@ -386,7 +386,7 @@ bootstrap_latest_tree() { # Added for darkside, don't remove. A static starting point it needed. bootstrap_tree_arm() { - do_tree http://dev.gentoo.org/~maksbotan/ prefix-openbsd.tar.gz + do_tree http://files.prefix.freens.org/~darkside/distfiles/prefix/ prefix-overlay-20100114.tar.bz2 } bootstrap_startscript() { |