summaryrefslogtreecommitdiffstats
path: root/makeworld
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2002-04-03 10:40:12 +0200
committerJudd Vinet <judd@archlinux.org>2002-04-03 10:40:12 +0200
commitb656d1fe59b5f3d1903cde136a04499a7b419997 (patch)
treea5006172c4ae199b6f9dacdc25ba21c197493c60 /makeworld
parent931506031bbf51051200b67f096fe02620e6fbf5 (diff)
downloadpacman-b656d1fe59b5f3d1903cde136a04499a7b419997.tar.gz
pacman-b656d1fe59b5f3d1903cde136a04499a7b419997.tar.xz
Imported from pacman-1.21.tar.gz
Diffstat (limited to 'makeworld')
-rwxr-xr-xmakeworld6
1 files changed, 3 insertions, 3 deletions
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 <destdir> <category> [category] ..."
- echo " where <category> is base, opt, etc."
- echo " eg: makeworld /packages base opt extra"
+ echo " where <category> 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