From 7a9b345b465ac84850e5a11ffb3e9d049c752a0c Mon Sep 17 00:00:00 2001 From: Derek Young Date: Wed, 27 Jul 2005 09:19:51 +0000 Subject: [PATCH] changed the candidate source location for initial db populuation --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 47755dc411..85d6746368 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,9 @@ setup-monotone monotone/nslu2-linux.db: # Above may be supplemented by following someday # It currently *requires* monotone 0.21, or it will fail with # a mysterious sounding database error. - # wget http://www.nslu2-linux.org/nslu2-linux.initial.db -O monotone/nslu2-linux.db + # wget http://www.nslu2-linux.org/monotone/nslu2-linux.db -O monotone/nslu2-linux.db + # or + # wget http://ipkg-us-dyoung.nslu2-linux.org/monotone/nslu2-linux.db -O monotone/nslu2-linux.db downloads: [ -e downloads ] || mkdir -p downloads -- 2.39.5