mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
groff: (nitpick) quote shell variables
This commit is contained in:
parent
7b7eb577a2
commit
1db1ba9048
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ stdenv.mkDerivation rec {
|
|||
# Remove example output with (random?) colors and creation date
|
||||
# to avoid non-determinism in the output.
|
||||
postInstall = ''
|
||||
rm $doc/share/doc/groff/examples/hdtbl/*color*ps
|
||||
find $doc/share/doc/groff/ -type f -print0 | xargs -0 sed -i -e 's/%%CreationDate: .*//'
|
||||
rm "$doc"/share/doc/groff/examples/hdtbl/*color*ps
|
||||
find "$doc"/share/doc/groff/ -type f -print0 | xargs -0 sed -i -e 's/%%CreationDate: .*//'
|
||||
for f in 'man.local' 'mdoc.local'; do
|
||||
cat '${./site.tmac}' >>"$out/share/groff/site-tmac/$f"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue