diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-27 02:34:34 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-27 02:34:34 (EST) |
commit | e87eff443b965f3e0ae1e4b02e50327e787c3c76 (patch) | |
tree | db7d4b9fd410a21d82cfee9645d4f31edb2cc5fa | |
parent | ea985eb4db9782fd32adf072d57bbcbd05fd31d4 (diff) | |
download | libreboot-e87eff443b965f3e0ae1e4b02e50327e787c3c76.zip libreboot-e87eff443b965f3e0ae1e4b02e50327e787c3c76.tar.gz libreboot-e87eff443b965f3e0ae1e4b02e50327e787c3c76.tar.bz2 |
builddeps-flashrom: remove unnecessary command
-rwxr-xr-x | builddeps-flashrom | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builddeps-flashrom b/builddeps-flashrom index ea93780..128fea8 100755 --- a/builddeps-flashrom +++ b/builddeps-flashrom @@ -41,7 +41,6 @@ mv flashchips.c flashchips.c_ # - these patches are for people who have lenovo bios running for patchname in "_normal" "_lenovobios_macronix" "_lenovobios_sst" do - rm -f flashchips.c"$patchname" cp ../resources/flashrom/patch/flashchips.c"$patchname" flashchips.c rm -f flashrom"$patchname" if (( $# != 1 )); then |