7.34. FakeRoot-1.37.1

The FakeRoot package contains programs for simulating superuser privileges.

Approximate build time: 0.2 SBU
Required disk space: 4.5 MB

7.34.1. Installation of FakeRoot

Prepare FakeRoot for compilation:

./configure --prefix=/usr     \
            --libdir=/usr/lib \
            --disable-static  \
            --with-ipc=sysv
sed '/SUBDIRS/s/doc //' -i Makefile

Compile the package:

make

Install the package:

make install