summaryrefslogtreecommitdiffstats
path: root/scripts/makeworld
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makeworld')
-rwxr-xr-xscripts/makeworld4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makeworld b/scripts/makeworld
index 1e5348f8..1c61ed17 100755
--- a/scripts/makeworld
+++ b/scripts/makeworld
@@ -21,7 +21,7 @@
#
toplevel=`pwd`
-version="2.6.1"
+version="2.6.2"
usage() {
echo "makeworld version $version"
@@ -38,7 +38,7 @@ usage() {
echo " where <category> is one or more directory names under the ABS root"
echo " eg: makeworld -c /packages base lib editors"
echo
- echo " this should be run from the toplevel directory of ABS (usually /usr/abs)"
+ echo " this should be run from the toplevel directory of ABS (usually /var/abs)"
}
if [ $# -lt 2 ]; then