From e46c724442949758b9e0a65293a1ac81cc22e059 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 6 Dec 2008 12:12:26 +0100 Subject: bootstrap: Some output changes --- include/bootstrap | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') 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 -- cgit v1.2.3