diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-01-20 21:06:52 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-01-20 21:06:52 +0100 |
commit | a0ba6bcc4882ed9616314b40b9af03a49c3ee5cc (patch) | |
tree | f59bcd58528684646fe2c37ef6bac86e90896d63 /include | |
parent | ecc6118f0c79701e0acd01b11be0b57a82fb6ac8 (diff) |
bootstrap: Added note about PKG_ROOT path
Diffstat (limited to 'include')
-rwxr-xr-x | include/bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bootstrap b/include/bootstrap index 054e5cd..00c5db6 100755 --- a/include/bootstrap +++ b/include/bootstrap @@ -15,6 +15,7 @@ if [[ -n $1 ]] { cat <<- meow Usage: ./bootstrap PKG_ROOT [PKG_PATH] PKG_ROOT is an URI, either of the form proto://host/path, or just /path + Note: The path must be absolute, it may not contain a literal ~ PKG_PATH is the path where pkg and all further packages will be installed, by default $default_path meow |