Opened 9 years ago
Closed 9 years ago
#3914 closed task (fixed)
Simplify Gzip instructions
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 7.10 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
With the latest version of Gzip, the installed prefix/bindir is no longer hard-coded into the various scripts - they just look for the "gzip" binary in $PATH. Therefore the instructions can be shortened a bit - the --bindir switch can be removed from the configure command, and the commands to mv a bunch of scripts from /bin to /usr/bin can be replaced with "mv -v /usr/bin/{gzip,gunzip,zcat} /bin".
Note:
See TracTickets
for help on using tickets.
Fixed at revision 11046.