diff options
| author | Derek Young <dyoung@nslu2-linux.org> | 2005-07-27 10:23:38 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-27 10:23:38 +0000 |
| commit | d3783d8f510ad543da05e17a497e153d42d418d6 (patch) | |
| tree | ffd17e208d15a68f9d403bb596c1a99b976c3cfd /Makefile | |
| parent | 97f49d823ce6e3559ff56f18ecaa33e53016e3ab (diff) | |
appended the correct suffix
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -52,9 +52,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/monotone/nslu2-linux.db -O monotone/nslu2-linux.db.gz + # wget http://www.nslu2-linux.org/monotone/nslu2-linux.db.gz -O monotone/nslu2-linux.db.gz # or - # wget http://ipkg-us-dyoung.nslu2-linux.org/monotone/nslu2-linux.db -O monotone/nslu2-linux.db.gz + # wget http://ipkg-us-dyoung.nslu2-linux.org/monotone/nslu2-linux.db.gz -O monotone/nslu2-linux.db.gz # followed by decompressing it downloads: |
