summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-11-27 07:34:34 +0000
committerFrancis Rowe <info@gluglug.org.uk>2014-11-27 07:34:34 +0000
commite87eff443b965f3e0ae1e4b02e50327e787c3c76 (patch)
treedb7d4b9fd410a21d82cfee9645d4f31edb2cc5fa
parentea985eb4db9782fd32adf072d57bbcbd05fd31d4 (diff)
builddeps-flashrom: remove unnecessary command
-rwxr-xr-xbuilddeps-flashrom1
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