Skip to content

Commit

Permalink
force update of symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
KireinaHoro committed Jul 3, 2018
1 parent 9b9110b commit c20f4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices/angler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ all:
mkdir -p initramfs/{,s}bin
cp -L /bin/busybox initramfs/sbin/
for a in $$(initramfs/sbin/busybox --list-full); do \
ln -s /sbin/busybox initramfs/$$a; \
ln -sf /sbin/busybox initramfs/$$a; \
done
chmod 755 initramfs/init

Expand Down

0 comments on commit c20f4c6

Please sign in to comment.