Commit 95e9e05808742f7f01fc699efaa27e9090bb1b03

Authored by Serge Schneider
1 parent 5a1573b3

Install msd files without creating a subdirectory

debian/changelog
  1 +rpiboot (20170926+1) stretch; urgency=medium
  2 +
  3 + * Install msd files without creating a subdirectory
  4 +
  5 + -- Serge Schneider <serge@raspberrypi.org> Tue, 26 Sep 2017 14:55:50 +0100
  6 +
1 7 rpiboot (20170926) stretch; urgency=medium
2 8  
3 9 * Initial Release.
... ...
debian/rpiboot.install
1 1 rpiboot usr/bin
2   -msd usr/share/rpiboot
  2 +msd/* usr/share/rpiboot
... ...
debian/rules
... ... @@ -4,4 +4,4 @@
4 4 dh $@
5 5  
6 6 override_dh_strip:
7   - dh_strip -Xmsd/start.elf
  7 + dh_strip -Xstart.elf
... ...