# Quick hack to make linux make install behave mkdir -p /etc/lilo cat >> /etc/lilo/install << EOF #!/bin/sh echo DONE EOF chmod +x /etc/lilo/install