gnu: fakeroot: Edit description.

* gnu/packages/linux.scm (fakeroot)[synopsis]: Expand.
[description]: Double-space sentences and otherwise slightly tweak.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-13 23:32:19 +02:00
parent fb4c0efbb1
commit a2c01c48aa
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -7915,14 +7915,17 @@ (define-public fakeroot
("util-linux" ,util-linux) ("util-linux" ,util-linux)
("sed" ,sed) ("sed" ,sed)
("coreutils" ,coreutils))) ("coreutils" ,coreutils)))
(synopsis "Provides a fake root environment") (synopsis "Run commands in an environment with fake root privileges")
(description "@command{fakeroot} runs a command in an environment where (description
it appears to have root privileges for file manipulation. This is useful "@command{fakeroot} runs a command in an environment where it appears to
for allowing users to create archives (tar, ar, .deb etc.) with files in have root privileges for file manipulation. This is useful for allowing users
them with root permissions/ownership. Without fakeroot one would have to to create archives (@file{tar}, @file{ar}, @file{deb}, etc.) with files in
have root privileges to create the constituent files of the archives with them with root permissions and/or ownership.
the correct permissions and ownership, and then pack them up, or one would
have to construct the archives directly, without using the archiver.") Without fakeroot, one would have to have root privileges to create the
constituent files of the archives with the correct permissions and ownership,
and then pack them up, or one would have to construct the archives directly,
without using the archiver.")
(home-page "http://freshmeat.sourceforge.net/projects/fakeroot") (home-page "http://freshmeat.sourceforge.net/projects/fakeroot")
(license license:gpl3+))) (license license:gpl3+)))