makepkg: Add note with some required programs for execution
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
591bfabbd3
commit
1d97da9450
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@
|
||||||
# USA.
|
# 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
|
# gettext initialization
|
||||||
export TEXTDOMAIN='pacman'
|
export TEXTDOMAIN='pacman'
|
||||||
export TEXTDOMAINDIR='@localedir@'
|
export TEXTDOMAINDIR='@localedir@'
|
||||||
|
|
Loading…
Add table
Reference in a new issue