summaryrefslogtreecommitdiffstats
path: root/scripts/makeworld
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makeworld')
-rwxr-xr-xscripts/makeworld8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/makeworld b/scripts/makeworld
index 85051bda..fdeb23a3 100755
--- a/scripts/makeworld
+++ b/scripts/makeworld
@@ -1,19 +1,19 @@
#!/bin/bash
toplevel=`pwd`
-version="2.4.1"
+version="2.5"
usage() {
echo "makeworld version $version"
echo "usage: $0 [options] <destdir> <category> [category] ..."
echo "options:"
- echo " -c, --clean Clean up work files after build"
- echo " -s, --syncdeps Install missing dependencies with pacman"
echo " -b, --builddeps Build missing dependencies from source"
+ echo " -c, --clean Clean up work files after build"
echo " -d, --nodeps Skip all dependency checks"
- echo " -i, --install Install package after successful build"
echo " -f, --force Overwrite existing packages"
+ echo " -i, --install Install package after successful build"
echo " -h, --help This help"
+ echo " -s, --syncdeps Install missing dependencies with pacman"
echo
echo " where <category> is one or more directory names under the ABS root"
echo " eg: makeworld -c /packages base lib editors"