diff options
author | Allan McRae <allan@archlinux.org> | 2010-02-25 04:41:46 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-03-01 06:23:04 +0100 |
commit | 7ea0a115db79405db46a38e785765ae968c46dee (patch) | |
tree | 81953fdafd1400eb419c590c8049b6a78de10d46 | |
parent | 1a00ee5c276785aef70225c2cc951dbb15888ea5 (diff) | |
download | pacman-7ea0a115db79405db46a38e785765ae968c46dee.tar.gz pacman-7ea0a115db79405db46a38e785765ae968c46dee.tar.xz |
makepkg: update required programs
Remove getopt, add xz.
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 5bd294c1..1d9be91a 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -28,7 +28,7 @@ # makepkg uses quite a few external programs during its execution. You # need to have at least the following installed for makepkg to function: # bsdtar (libarchive), bzip2, coreutils, fakeroot, find (findutils), -# getopt (util-linux), gettext, grep, gzip, openssl, sed, tput (ncurses) +# gettext, grep, gzip, openssl, sed, tput (ncurses), xz # gettext initialization export TEXTDOMAIN='pacman' |