diff options
author | Armin Luntzer <armin@archlinuxppc.org> | 2007-11-22 19:58:08 +0100 |
---|---|---|
committer | Jason Chu <jchu@xentac.net> | 2007-11-27 16:45:28 -0800 |
commit | f92e01ed28b062f3451494f002aeba3c53fd8042 (patch) | |
tree | 1dfcf72d0412b273a5cb2409a437858c4b4644aa | |
parent | ceb84394f9927d04543815b03d3b6c31f478669d (diff) | |
download | devtools32-f92e01ed28b062f3451494f002aeba3c53fd8042.tar.xz |
makechrootpkg: clarify usage message
Signed-off-by: Jason Chu <jchu@xentac.net>
-rwxr-xr-x | makechrootpkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makechrootpkg b/makechrootpkg index 3fad3f0..4c26673 100755 --- a/makechrootpkg +++ b/makechrootpkg @@ -31,7 +31,7 @@ usage () echo "" echo "The chroot shell 'root' directory must be created via the following" echo "command:" - echo " mkarchroot \$CHROOT_SHELL base base-devel sudo" + echo " mkarchroot \$CHROOT_SHELL/root base base-devel sudo" echo "" echo "If you have problems passing params to makepkg or need to pass long" echo "options, put -- between the makechrootpkg args and the makepkg args" |