diff options
author | Derek Young <dyoung@nslu2-linux.org> | 2005-07-27 09:19:51 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-27 09:19:51 +0000 |
commit | 7a9b345b465ac84850e5a11ffb3e9d049c752a0c (patch) | |
tree | 81e82ac645fcce18e4e3ab5eb13b62d70abf668d /Makefile | |
parent | f7bd4facc21cf2b548736dc5bd4441fdd0685744 (diff) |
changed the candidate source location for initial db populuation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |