Added a dummy blfs script.

This commit is contained in:
Manuel Canales Esparcia 2006-05-18 18:41:43 +00:00
parent 1ec8fce879
commit 8419a0421d

6
blfs Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
set -e
echo -e "\n BLFS support has been dissabled for now.\n"
exit 0