Skip to content

Commit

Permalink
Fix package script
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocarnelos committed May 16, 2024
1 parent 28e4047 commit 62447af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .make/sailtrack-package
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cp -v README.md $root_dir/boot/sailtrack-README.md
cp -v dietpi.txt $root_dir/boot/dietpi.txt
cp -v Automation_Custom_Script.sh $root_dir/boot/Automation_Custom_Script.sh
mkdir -p $root_dir/boot/sailtrack
cp -vr sailtrack $root_dir/boot/sailtrack
cp -vr sailtrack $root_dir/boot
for binary in src/bin/*.rs
do
cp -v target/armv7-unknown-linux-gnueabihf/release/"$(basename "$binary" .rs)" $root_dir/boot/sailtrack
Expand Down

0 comments on commit 62447af

Please sign in to comment.