diff options
-rwxr-xr-x | scripts/build/chroot_dpkg | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/build/chroot_dpkg b/scripts/build/chroot_dpkg index b02dc648f..6615dfbc7 100755 --- a/scripts/build/chroot_dpkg +++ b/scripts/build/chroot_dpkg @@ -42,12 +42,7 @@ case "${1}" in # Create custom start-stop-daemon program Chroot chroot dpkg-divert --rename --quiet --add /sbin/start-stop-daemon - -cat > chroot/sbin/start-stop-daemon << EOF -#!/bin/sh - -exit 0 -EOF + ln -fs /bin/true chroot/sbin/start-stop-daemon chmod 755 chroot/sbin/start-stop-daemon |