summaryrefslogtreecommitdiffstats
path: root/makeworld
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2002-03-18 10:36:01 +0100
committerJudd Vinet <judd@archlinux.org>2002-03-18 10:36:01 +0100
commit931506031bbf51051200b67f096fe02620e6fbf5 (patch)
tree376688aa41d15928b61525315bf178d9acc656ed /makeworld
parent8cf35f551fd9cf8dc92c9a7c86fd4485f9cec74a (diff)
downloadpacman-931506031bbf51051200b67f096fe02620e6fbf5.tar.gz
pacman-931506031bbf51051200b67f096fe02620e6fbf5.tar.xz
Imported from pacman-1.2.tar.gz
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