summaryrefslogtreecommitdiffstats
path: root/system/fakeroot/README
diff options
context:
space:
mode:
author Andrzej Telszewski <atelszewski@gmail.com>2016-09-06 17:37:54 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-09-11 08:53:49 +0700
commit3388e671dc9e365de7418d99c08549f784f64916 (patch)
tree3a5cdce41ef0b0066483c63dacd2c10bd7c1aec2 /system/fakeroot/README
parentbd4db5994e11872354c47c9a4cbb0e5de5754458 (diff)
downloadslackbuilds-3388e671dc9e365de7418d99c08549f784f64916.tar.gz
slackbuilds-3388e671dc9e365de7418d99c08549f784f64916.tar.xz
system/fakeroot: Change maintainer + new script option.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/fakeroot/README')
-rw-r--r--system/fakeroot/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/fakeroot/README b/system/fakeroot/README
index ea6b24ac91..57e066a737 100644
--- a/system/fakeroot/README
+++ b/system/fakeroot/README
@@ -2,3 +2,6 @@ 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.