Commit 1cd70e58bd30a734550e52d572f8f598741dc567

Authored by Tim Gover
1 parent 7a5298bd

Update APT package install rules for missing destination path for eeprom-erase

Showing 1 changed file with 3 additions and 3 deletions
debian/rpiboot.install
1 rpiboot usr/bin 1 rpiboot usr/bin
2 -eeprom-erase/*.txt  
3 -eeprom-erase/*.md  
4 -eeprom-erase/*.bin 2 +eeprom-erase/*.txt usr/share/rpiboot/eeprom-erase
  3 +eeprom-erase/*.md usr/share/rpiboot/eeprom-erase
  4 +eeprom-erase/*.bin usr/share/rpiboot/eeprom-erase
5 msd/*.elf usr/share/rpiboot/msd/ 5 msd/*.elf usr/share/rpiboot/msd/
6 msd/*.bin usr/share/rpiboot/msd/ 6 msd/*.bin usr/share/rpiboot/msd/
7 recovery/*.bin usr/share/rpiboot/recovery/ 7 recovery/*.bin usr/share/rpiboot/recovery/