doc/builders/packages/xorg: Fix pasto.

I did double-check that the fixed version does what we would want. In
either case, the katamari script is mostly of historical value, and
there's nothing to change in pkgs.
This commit is contained in:
Corbin 2020-11-30 11:36:34 -08:00
parent fc0f32e0f5
commit 65fe2546b7

View File

@ -8,7 +8,7 @@ X.org upstream releases used to include [katamari](https://en.wiktionary.org/wik
```sh
export release="X11R7.7"
export url="mirror://xorg/X11R7.4/src/everything/"
export url="mirror://xorg/$release/src/everything/"
cat $(PRINT_PATH=1 nix-prefetch-url $url | tail -n 1) \
| perl -e 'while (<>) { if (/(href|HREF)="([^"]*.bz2)"/) { print "$ENV{'url'}$2\n"; }; }' \
| sort > "tarballs-$release.list"