diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-06 12:12:26 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-06 12:12:26 +0100 |
commit | e46c724442949758b9e0a65293a1ac81cc22e059 (patch) | |
tree | 733b64a3153f147bbbfb6d96252d746d5bbac2a8 | |
parent | ca39b4406b9520b360750771f16e486025f8fc3f (diff) |
bootstrap: Some output changes
-rwxr-xr-x | include/bootstrap | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/bootstrap b/include/bootstrap index 43d818f..a103200 100755 --- a/include/bootstrap +++ b/include/bootstrap @@ -14,7 +14,7 @@ if [[ -n $1 ]] { } else { cat <<- meow Usage: ./bootstrap PKG_ROOT [PKG_PATH] - PKG_ROOT is an URL, either of the form proto://host/path, or just /path + PKG_ROOT is an URI, either of the form proto://host/path, or just /path PKG_PATH is the path where pkg and all further packages will be installed, by default $default_path meow @@ -36,7 +36,6 @@ mkdir -p $PKG_PATH/.collected/man/man{1..8} if ! which git &> /dev/null; then echo 'It appears that git is not available on this system.' - echo 'Sadly, pkg currently can not work without it.' echo '-Installation aborted-' exit 200 fi |