Skip to content

Commit

Permalink
build.sh: show rename command after build
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Oct 28, 2023
1 parent f49dddb commit 4fe3ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ case $1 in
make -s -j8 2>&3
ret=$?
exec 3>&-
mv output/images/rootfs.cpio.zst rootfs_${board}.cpio.zst
(set -x;mv output/images/rootfs.cpio.zst rootfs_${board}.cpio.zst)
;;
"copy64config")
grep -v 'BR2_aarch64\|BR2_arm\|BR2_cortex' configs/BPI-R64_defconfig > configs/BPI-R2_defconfig
Expand Down

0 comments on commit 4fe3ae0

Please sign in to comment.