Skip to content

Commit

Permalink
Delete unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Nov 5, 2021
1 parent d074e4e commit 0bcac19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ copy_files() {
cd ${tag_rootfs}

# Replace the boot directory with the latest file
rm -rf boot/* 2>/dev/null && cp -rf ${tag_bootfs}/* boot && sync
rm -rf boot/* 2>/dev/null && sync

( cd usr/lib/firmware && mv *.hcd brcm/ )

Expand Down

0 comments on commit 0bcac19

Please sign in to comment.