summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-07-16 04:31:29 +0200
committerDan McGee <dan@archlinux.org>2007-07-16 04:31:29 +0200
commit1d97da9450c4fc62dd884f356d67d7a746fc09da (patch)
treea10c017f4941a2a0c965d438bba7119e6dd4a37f /scripts
parent591bfabbd38bf4f8f209977f416a4e5fd3cc2baf (diff)
downloadpacman-1d97da9450c4fc62dd884f356d67d7a746fc09da.tar.gz
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.in5
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@'