10.52.2. Contents of Tar
Installed programs:
rmt and tar
The Tar package contains an archiving program.
The following patch add a man page for tar:
patch -Np1 -i ../tar-1.21-man_page-1.patch
The following patch contains a fix for an issue that may occur when tar calls an outside compression utility like bzip2:
patch -Np1 -i ../tar-1.21-revert_pipe_drain-1.patch
Prepare Tar for compilation:
./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin
Compile the package:
make
To test the results, issue: make
check.
Install the package:
make install