mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: fakeroot: Edit description.
* gnu/packages/linux.scm (fakeroot)[synopsis]: Expand. [description]: Double-space sentences and otherwise slightly tweak.
This commit is contained in:
parent
fb4c0efbb1
commit
a2c01c48aa
1 changed files with 11 additions and 8 deletions
|
@ -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+)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue