From 6dfa4a48d6f2a55b42ab1c91707b4321c0a0f287 Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Sat, 28 Jun 2008 16:27:46 -0400 Subject: Don't gz the phoronix-test-suite man page. --- install-sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install-sh') diff --git a/install-sh b/install-sh index 0249714..637aaa7 100755 --- a/install-sh +++ b/install-sh @@ -40,7 +40,7 @@ cp -r * $INSTALL_PREFIX/share/doc/phoronix-test-suite/ cd .. rm -rf $INSTALL_PREFIX/share/doc/phoronix-test-suite/man-pages/ -cp documentation/man-pages/*.1.gz $INSTALL_PREFIX/share/man/man1/ +cp documentation/man-pages/*.1 $INSTALL_PREFIX/share/man/man1/ cp -r pts/ $INSTALL_PREFIX/share/phoronix-test-suite/ rm -f $INSTALL_PREFIX/share/phoronix-test-suite/pts/etc/scripts/package-build-* -- cgit