From b656d1fe59b5f3d1903cde136a04499a7b419997 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Wed, 3 Apr 2002 08:40:12 +0000 Subject: Imported from pacman-1.21.tar.gz --- makeworld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'makeworld') diff --git a/makeworld b/makeworld index e517321a..a7b8a89b 100755 --- a/makeworld +++ b/makeworld @@ -1,13 +1,13 @@ #!/bin/bash toplevel=`pwd` -version="1.2" +version="1.21" 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 " where is one or more of base, opt, contrib" + echo " eg: makeworld /packages base opt" echo echo " this should be run from the toplevel directory of ABS (usually /usr/abs)" exit 1 -- cgit v1.2.3-24-g4f1b