From 931506031bbf51051200b67f096fe02620e6fbf5 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Mon, 18 Mar 2002 09:36:01 +0000 Subject: Imported from pacman-1.2.tar.gz --- makeworld | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'makeworld') 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 [category] ..." echo " where 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 -- cgit v1.2.3-24-g4f1b