Fixed Bzip2 reinstallations.

This commit is contained in:
Manuel Canales Esparcia 2006-04-14 10:59:33 +00:00
parent 3e3e28b675
commit c2fdc03464

View file

@ -160,6 +160,8 @@ chapter6_Makefiles() {
-e 's/mkdir -v/&p/g' \
-e 's/mknod -m.*/& || true/' -i ${script}
done
# Remove bzip2 binaries before make install
sed -e 's@make install@rm -vf /usr/bin/bz*\n&@' -i chapter06$N/*-bzip2
fi
echo "${tab_}${GREEN}Processing... ${L_arrow}Chapter6$N${R_arrow}"