diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-13 23:32:19 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-13 23:43:06 +0200 |
commit | a2c01c48aa2fe14f3138b11964d02810863db83a (patch) | |
tree | cf054f055d673b7c8e3daebaaa69762fb30ea7b4 /gnu/packages | |
parent | fb4c0efbb1d38edec7d939ba59ebd38672788cdc (diff) |
gnu: fakeroot: Edit description.
* gnu/packages/linux.scm (fakeroot)[synopsis]: Expand.
[description]: Double-space sentences and otherwise slightly tweak.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index b34e00233d..3c5a750cb7 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7915,14 +7915,17 @@ the superuser to make device nodes.") ("util-linux" ,util-linux) ("sed" ,sed) ("coreutils" ,coreutils))) - (synopsis "Provides a fake root environment") - (description "@command{fakeroot} runs a command in an environment where -it appears to have root privileges for file manipulation. This is useful -for allowing users to create archives (tar, ar, .deb etc.) with files in -them with root permissions/ownership. 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.") + (synopsis "Run commands in an environment with fake root privileges") + (description + "@command{fakeroot} runs a command in an environment where it appears to +have root privileges for file manipulation. This is useful for allowing users +to create archives (@file{tar}, @file{ar}, @file{deb}, etc.) with files in +them with root permissions and/or ownership. + +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") (license license:gpl3+))) |