#!/bin/sh
echo "Should compile w/o errors by default."
echo "To install cdrecord & tools just press <Enter>"
read choice
gmake
gmake install all
gmake ibins
echo
echo "Note! Some scripts & mans are not installed. If need them - install yorself."
echo "But other stuff should install OK.. so.. anyway - the end of $0 reached."
echo