summaryrefslogtreecommitdiffstats
path: root/makeworld
diff options
context:
space:
mode:
Diffstat (limited to 'makeworld')
-rwxr-xr-xmakeworld4
1 files changed, 4 insertions, 0 deletions
diff --git a/makeworld b/makeworld
index 883e5ad5..e517321a 100755
--- a/makeworld
+++ b/makeworld
@@ -1,11 +1,15 @@
#!/bin/bash
toplevel=`pwd`
+version="1.2"
if [ $# -lt 2 ]; then
+ echo "makepkg version $version"
echo "usage: $0 <destdir> <category> [category] ..."
echo " where <category> is base, opt, etc."
echo " eg: makeworld /packages base opt extra"
+ echo
+ echo " this should be run from the toplevel directory of ABS (usually /usr/abs)"
exit 1
fi