summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-12-06 12:12:26 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2008-12-06 12:12:26 +0100
commite46c724442949758b9e0a65293a1ac81cc22e059 (patch)
tree733b64a3153f147bbbfb6d96252d746d5bbac2a8 /include
parentca39b4406b9520b360750771f16e486025f8fc3f (diff)
bootstrap: Some output changes
Diffstat (limited to 'include')
-rwxr-xr-xinclude/bootstrap3
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