summaryrefslogtreecommitdiff
path: root/system/fakeroot/README
diff options
context:
space:
mode:
authorAndrzej Telszewski <atelszewski@gmail.com>2017-11-28 22:12:04 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-12-02 06:31:03 +0700
commitc125cd1689ff624a635cf974ab318d4700146de9 (patch)
tree5711070ae67eb93974ba29e0721bea0534ce6cad /system/fakeroot/README
parent0fd3e3b31d11b4ba4d796b2b919d874fa973a636 (diff)
downloadslackbuilds-c125cd1689ff624a635cf974ab318d4700146de9.tar.gz
system/fakeroot: Updated for version 1.22.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/fakeroot/README')
-rw-r--r--system/fakeroot/README7
1 files changed, 5 insertions, 2 deletions
diff --git a/system/fakeroot/README b/system/fakeroot/README
index f0f7c8e1c3..797846e5d9 100644
--- a/system/fakeroot/README
+++ b/system/fakeroot/README
@@ -3,6 +3,9 @@ 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 passing MANPO=no to the build script.
+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.