diff options
author | Dan McGee <dan@archlinux.org> | 2007-07-15 22:31:29 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-07-15 22:31:29 -0400 |
commit | 1d97da9450c4fc62dd884f356d67d7a746fc09da (patch) | |
tree | a10c017f4941a2a0c965d438bba7119e6dd4a37f /scripts | |
parent | 591bfabbd38bf4f8f209977f416a4e5fd3cc2baf (diff) | |
download | pacman-1d97da9450c4fc62dd884f356d67d7a746fc09da.tar.xz |
makepkg: Add note with some required programs for execution
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/makepkg.sh.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 002f89cc..a3e4d9ce 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -26,6 +26,11 @@ # USA. # +# makepkg uses quite a few external programs during its execution. You +# need to have at least the following installed for makepkg to function: +# awk, bsdtar (libarchive), bzip2, coreutils, fakeroot, find (findutils), +# getopt (util-linux), gettext, grep, gzip, sed + # gettext initialization export TEXTDOMAIN='pacman' export TEXTDOMAINDIR='@localedir@' |