Remove outdated fakeroot information from PKGBUILD man page

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2015-01-02 21:37:31 +10:00
parent acc639adf2
commit 39fe2d0e39

View file

@ -216,7 +216,7 @@ underscore and the architecture name e.g., 'checkdepends_x86_64=()'.
and are not utilized by pacman during dependency resolution. The format and are not utilized by pacman during dependency resolution. The format
for specifying optdepends is: for specifying optdepends is:
optdepends=('fakeroot: for makepkg usage as normal user') optdepends=('python: for library bindings')
+ +
Additional architecture-specific optdepends can be added by appending an Additional architecture-specific optdepends can be added by appending an
underscore and the architecture name e.g., 'optdepends_x86_64=()'. underscore and the architecture name e.g., 'optdepends_x86_64=()'.
@ -336,10 +336,9 @@ files into the packaging directory, with optional `prepare()`, `build()`, and
*package() Function*:: *package() Function*::
The `package()` function is used to install files into the directory that The `package()` function is used to install files into the directory that
will become the root directory of the built package and is run after all will become the root directory of the built package and is run after all
the optional functions listed below. When specified in combination with the optional functions listed below. The packaging stage is run using
the fakeroot BUILDENV option in linkman:makepkg.conf[5], fakeroot usage fakeroot to ensure correct file permissions in the resulting package.
will be limited to running the packaging stage. All other functions will All other functions will be run as the user calling makepkg.
be run as the user calling makepkg.
*prepare() Function*:: *prepare() Function*::
An optional `prepare()` function can be specified in which operations to An optional `prepare()` function can be specified in which operations to