diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-09-16 18:12:04 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-09-16 18:22:54 +0100 |
commit | 40fe5eae21fca449809d1223cf4048a26f028227 (patch) | |
tree | ccb09791b06c34f8f7ef664f0c2df3f5a802de05 /builddeps-cbfstool | |
parent | d0543432adba8db52adcd74167a1706fa9cc99ba (diff) | |
download | librebootfr-40fe5eae21fca449809d1223cf4048a26f028227.tar.gz librebootfr-40fe5eae21fca449809d1223cf4048a26f028227.zip |
ROM images no longer include SeaBIOS
Instead, the user adds it afterwards. Documentation and scripts updated.
Diffstat (limited to 'builddeps-cbfstool')
-rwxr-xr-x | builddeps-cbfstool | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/builddeps-cbfstool b/builddeps-cbfstool index 515a21be..c9c07e32 100755 --- a/builddeps-cbfstool +++ b/builddeps-cbfstool @@ -21,6 +21,13 @@ # DO NOT RUN THIS IN libreboot_src OR libreboot_meta # THIS IS FOR libreboot_bin +# Because the DEBLOB script isn't included in the binary archives. +# This is how we know. +if [ -f "DEBLOB" ]; then + echo "Do not run this in meta/src directory. Do it in binary archive, either with libreboot-supplied ROM images or your own binary archive created with 'build-release'." + exit +fi + cd cbfstool_standalone make clean make |