wok view fakeroot/description.txt @ rev 25096

created recipe for wordgrinder
author Hans-G?nter Theisgen
date Sat Jun 18 15:13:12 2022 +0100 (2022-06-18)
parents
children
line source
1 Gives a fake root environment, to remove the need to become root for
2 a package build.
4 Fakeroot runs a command in an environment where it appears to have
5 root privileges for file manipulation.
6 This is useful for allowing users to create archives (tar, ar,
7 .deb etc.) with files in them with root permissions or ownership.
8 Without fakeroot one would have to have root privileges to create the
9 constituent files of the archives with the correct permissions and
10 ownership, and then pack them up, or one would have to construct the
11 archives directly, without using the archiver.