slackbuilds_ponce/system/fakeroot/README
Andrzej Telszewski 3388e671dc
system/fakeroot: Change maintainer + new script option.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2016-09-11 08:53:49 +07:00

7 lines
398 B
Text

Fakeroot makes it possible to run commands in an environment faking
root privileges. This is done by setting LD_PRELOAD to libfakeroot.so,
which provides wrappers around getuid, chown, chmod, mknod, stat, and
so on, thereby creating a fake root environment.
By passing MANPO=no to the SlackBuild, you can skip installing of
non-English man pages. If so, po4a is not required to build the package.