Skip to content

Commit

Permalink
copy bin symlinks as-is
Browse files Browse the repository at this point in the history
  • Loading branch information
duhow committed Jan 14, 2024
1 parent 24c36f5 commit 1842ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/94_copy_bin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

echo "[*] Copying binary files"
for FILE in bin/*; do
cp -vf $FILE $ROOTFS/bin/
cp -dvf $FILE $ROOTFS/bin/
done

0 comments on commit 1842ad5

Please sign in to comment.