From dbbaa95c9a3362cb6486c59951ddd6f928c6b45f Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Mon, 18 Jul 2022 09:59:37 +0100 Subject: [PATCH] Fix install paths --- debian/rpiboot.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rpiboot.install b/debian/rpiboot.install index 44720f8..c00451a 100644 --- a/debian/rpiboot.install +++ b/debian/rpiboot.install @@ -10,5 +10,5 @@ secure-boot-msd usr/share/rpiboot/ secure-boot-example usr/share/rpiboot/ tools usr/share/rpiboot/ debian/70-rpiboot.rules /lib/udev/rules.d -recovery.bin -bootcode4.bin +recovery.bin usr/share/rpiboot/ +bootcode4.bin usr/share/rpiboot/ -- libgit2 0.21.4