From 9fe319c9105850291de2fde3b95307e523c6a405 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Fri, 18 Mar 2005 00:33:44 +0000 Subject: [PATCH] Modified the man page installation in the Zip instructions git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3553 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/sysutils/zip.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/general/sysutils/zip.xml b/general/sysutils/zip.xml index 7c18492711..43d8951a7e 100644 --- a/general/sysutils/zip.xml +++ b/general/sysutils/zip.xml @@ -51,13 +51,12 @@ url="&zip-download-ftp;"/> Install Zip by running the following commands: -sed -i -e 's@$(INSTALL) man/zip.1@$(INSTALL_PROGRAM) man/zip.1@' \ - unix/Makefile && -make prefix=/usr -f unix/Makefile generic_gcc +make prefix=/usr -f unix/Makefile generic_gcc Now, as the root user: -make prefix=/usr -f unix/Makefile install +make prefix=/usr -f unix/Makefile install && +install -v -m644 man/zip.1 /usr/share/man/man1