This commit is contained in:
YellowJacketLinux 2024-10-15 17:37:55 -07:00
parent 91e7f13489
commit f83430a577

View File

@ -65,12 +65,12 @@ patch -Np1 -i ../${PATCH2}
make -f unix/Makefile generic make -f unix/Makefile generic
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo "Failed building Unzip60. Sorry." echo "Failed building UnZip-6.0. Sorry."
exit 1 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 fi
echo "As root user:"
echo
echo " cd unzip60"
echo " make prefix=/usr MANDIR=/usr/share/man/man1 -f unix/Makefile install"
echo