diff options
author | Allan McRae <allan@archlinux.org> | 2010-08-05 20:16:56 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-08-18 13:11:55 -0500 |
commit | 5908992e4730263edb8255439560d5411d28c895 (patch) | |
tree | 17d11dde48182321c41ebf101af9d215e1dff1b9 | |
parent | c3f537538029285cca2ebb22975db60033a78c40 (diff) | |
download | pacman-5908992e4730263edb8255439560d5411d28c895.tar.xz |
makepkg: add file to the list of needed utilities
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 be10a537..ec664692 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -27,7 +27,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), +# bsdtar (libarchive), bzip2, coreutils, fakeroot, file, find (findutils), # gettext, grep, gzip, openssl, sed, tput (ncurses), xz # gettext initialization |