diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-08-30 04:47:29 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-08-30 04:47:29 +0100 |
commit | a57f26f2c62805b9e61719361ca17ccf53c897ad (patch) | |
tree | 31777747249a8b538fa6f1bbbec39b131be59044 /resources/scripts/helpers/download | |
parent | 8c07c380121cdab4efd50cff453875903b8c67ef (diff) | |
download | librebootfr-a57f26f2c62805b9e61719361ca17ccf53c897ad.tar.gz librebootfr-a57f26f2c62805b9e61719361ca17ccf53c897ad.zip |
all scripts: general fixes and clean up
Diffstat (limited to 'resources/scripts/helpers/download')
-rwxr-xr-x | resources/scripts/helpers/download/bucts | 3 | ||||
-rwxr-xr-x | resources/scripts/helpers/download/coreboot | 3 | ||||
-rwxr-xr-x | resources/scripts/helpers/download/flashrom | 3 | ||||
-rwxr-xr-x | resources/scripts/helpers/download/grub | 3 | ||||
-rwxr-xr-x | resources/scripts/helpers/download/memtest86plus | 3 |
5 files changed, 0 insertions, 15 deletions
diff --git a/resources/scripts/helpers/download/bucts b/resources/scripts/helpers/download/bucts index ae58b938..6e615d79 100755 --- a/resources/scripts/helpers/download/bucts +++ b/resources/scripts/helpers/download/bucts @@ -57,6 +57,3 @@ git am "../resources/bucts/patch/0001-Makefile-don-t-use-git.patch" cd "../" printf "\n\n" - -# ------------------- DONE ---------------------- - diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index 337cdad1..2a10236f 100755 --- a/resources/scripts/helpers/download/coreboot +++ b/resources/scripts/helpers/download/coreboot @@ -152,6 +152,3 @@ printf "Deblobbing coreboot\n" ./resources/utilities/coreboot-libre/deblob printf "\n\n" - -# ------------------- DONE ---------------------- - diff --git a/resources/scripts/helpers/download/flashrom b/resources/scripts/helpers/download/flashrom index bbe844b3..edf363a3 100755 --- a/resources/scripts/helpers/download/flashrom +++ b/resources/scripts/helpers/download/flashrom @@ -62,6 +62,3 @@ patch "flashchips.c" < "../resources/flashrom/patch/purged_chips.diff" cd "../" printf "\n\n" - -# ------------------- DONE ---------------------- - diff --git a/resources/scripts/helpers/download/grub b/resources/scripts/helpers/download/grub index c10ad433..229b8cef 100755 --- a/resources/scripts/helpers/download/grub +++ b/resources/scripts/helpers/download/grub @@ -50,6 +50,3 @@ git am "../resources/grub/patch/0001-grub-core-normal-main.c-Display-FREE-AS-IN- cd "../" printf "\n\n" - -# ------------------- DONE ---------------------- - diff --git a/resources/scripts/helpers/download/memtest86plus b/resources/scripts/helpers/download/memtest86plus index 950607c1..88ba8558 100755 --- a/resources/scripts/helpers/download/memtest86plus +++ b/resources/scripts/helpers/download/memtest86plus @@ -78,6 +78,3 @@ cp "../resources/memtest86plus/patch/Makefile" . cd "../" printf "\n\n" - -# ------------------- DONE ---------------------- - |