summaryrefslogtreecommitdiffstats
path: root/system/fakeroot/README
diff options
context:
space:
mode:
author Andrzej Telszewski <atelszewski@gmail.com>2016-11-04 06:13:39 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-04 06:13:39 +0700
commit731b7baf590ba3751c5f09e048749994d24cc1e7 (patch)
treea47b606ebeb28b5be87c09c4bd6c0a2bb0fc2697 /system/fakeroot/README
parentda055788f08760e5ba56ca14fd031e84d5ca0a5e (diff)
downloadslackbuilds-731b7baf590ba3751c5f09e048749994d24cc1e7.tar.gz
slackbuilds-731b7baf590ba3751c5f09e048749994d24cc1e7.tar.xz
system/fakeroot: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fakeroot/README')
-rw-r--r--system/fakeroot/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/fakeroot/README b/system/fakeroot/README
index 57e066a737..f0f7c8e1c3 100644
--- a/system/fakeroot/README
+++ b/system/fakeroot/README
@@ -3,5 +3,6 @@ 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.
+po4a is optional, auto-detected dependency, needed for building non-English
+man pages. You can skip building them by passing MANPO=no to the build script.
+Passing MANPO=yes will make the script fail if po4a is not installed.