Created
December 23, 2013 12:12
-
-
Save onyb/8096075 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make: Entering directory `/sources/tar-1.26/doc' | |
rm -rf tar.htp | |
if /bin/sh /sources/tar-1.26/build-aux/missing --run makeinfo --html -DDISTRIB -I . \ | |
-o tar.htp tar.texi; \ | |
then \ | |
rm -rf tar.html; \ | |
if test ! -d tar.htp && test -d tar; then \ | |
mv tar tar.html; else mv tar.htp tar.html; fi; \ | |
else \ | |
if test ! -d tar.htp && test -d tar; then \ | |
rm -rf tar; else rm -Rf tar.htp tar.html; fi; \ | |
exit 1; \ | |
fi | |
test -z "/usr/share/doc/tar-1.26" || /bin/mkdir -p "/usr/share/doc/tar-1.26" | |
/bin/mkdir -p '/usr/share/doc/tar-1.26/tar.html' | |
/usr/bin/install -c -m 644 'tar.html'/* '/usr/share/doc/tar-1.26/tar.html' | |
make: Leaving directory `/sources/tar-1.26/doc' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment