diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-08-27 23:40:18 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-08-27 23:40:18 +0100 |
commit | a605973998dbe9f39dfb522b1a283f807521d3e9 (patch) | |
tree | 7bca1e6fc8868202927023f0773d9b0886985922 /resources/scripts | |
parent | 6450a79afa9630565738d56a793e171a8d81a175 (diff) | |
download | librebootfr-a605973998dbe9f39dfb522b1a283f807521d3e9.tar.gz librebootfr-a605973998dbe9f39dfb522b1a283f807521d3e9.zip |
build/roms/withgrub: delete ich9gen-related files
Diffstat (limited to 'resources/scripts')
-rwxr-xr-x | resources/scripts/helpers/build/roms/withgrub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub b/resources/scripts/helpers/build/roms/withgrub index 61401d84..e6ac2684 100755 --- a/resources/scripts/helpers/build/roms/withgrub +++ b/resources/scripts/helpers/build/roms/withgrub @@ -106,8 +106,8 @@ if [ -d "bin/grub/" ]; then do dd if="ich9fdgbe_${romsize}.bin" of="${rom}" bs=1 count=12k conv=notrunc done - rm -f "ich9fdgbe_4m.bin" - rm -f "ich9fdgbe_8m.bin" + rm -f "ich9fd"*.bin + rm -f "mk"*.[ch] cd "../" fi done |