slackbuilds/system/fakeroot
Andrzej Telszewski 806f54b4b2
system/fakeroot: Updated for version 1.23.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2018-09-29 07:47:42 +07:00
..
README system/fakeroot: Updated for version 1.22. 2017-12-02 06:31:03 +07:00
fakeroot.SlackBuild system/fakeroot: Updated for version 1.23. 2018-09-29 07:47:42 +07:00
fakeroot.info system/fakeroot: Updated for version 1.23. 2018-09-29 07:47:42 +07:00
hide-dlsym-error.patch system/fakeroot: Updated for version 1.22. 2017-12-02 06:31:03 +07:00
slack-desc

README

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.

po4a is optional, auto-detected dependency, needed for building
non-English man pages. You can skip building them by means of:

  MANPO=no ./fakeroot.SlackBuild

Passing MANPO=yes will make the script fail if po4a is not installed.