diff options
Diffstat (limited to 'scripts/build')
-rwxr-xr-x | scripts/build/chroot_dpkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_dpkg b/scripts/build/chroot_dpkg index 7007e0569..b02dc648f 100755 --- a/scripts/build/chroot_dpkg +++ b/scripts/build/chroot_dpkg @@ -64,7 +64,7 @@ EOF # flash-kernel Chroot chroot dpkg-divert --rename --quiet --add /usr/sbin/flash-kernel - ln -s /bin/true chroot/usr/sbin/flash-kernel + ln -fs /bin/true chroot/usr/sbin/flash-kernel # Creating stage file Create_stagefile .build/chroot_dpkg |