diff options
Diffstat (limited to 'system/fakeroot/README')
-rw-r--r-- | system/fakeroot/README | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/system/fakeroot/README b/system/fakeroot/README index f0f7c8e1c3dfd..797846e5d927f 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. |