mirror of
https://github.com/YellowJacketLinux/lfs-rpmify.git
synced 2025-01-23 05:52:12 +08:00
typo fix
This commit is contained in:
parent
91e7f13489
commit
f83430a577
14
01-unzip.sh
14
01-unzip.sh
@ -65,12 +65,12 @@ patch -Np1 -i ../${PATCH2}
|
||||
|
||||
make -f unix/Makefile generic
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Failed building Unzip60. Sorry."
|
||||
echo "Failed building UnZip-6.0. Sorry."
|
||||
exit 1
|
||||
else
|
||||
echo "As root user:"
|
||||
echo
|
||||
echo " cd unzip60"
|
||||
echo " make prefix=/usr MANDIR=/usr/share/man/man1 -f unix/Makefile install"
|
||||
echo
|
||||
fi
|
||||
echo "As root user:"
|
||||
echo
|
||||
echo " cd unzip60"
|
||||
echo " make prefix=/usr MANDIR=/usr/share/man/man1 -f unix/Makefile install"
|
||||
echo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user