Added a dummy blfs script.
This commit is contained in:
parent
1ec8fce879
commit
8419a0421d
1 changed files with 6 additions and 0 deletions
6
blfs
Executable file
6
blfs
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
|
||||||
|
echo -e "\n BLFS support has been dissabled for now.\n"
|
||||||
|
|
||||||
|
exit 0
|
Reference in a new issue