chroot_dpkg: remove redundant chmod

left over from before using `ln` to setup the diversion

Gbp-Dch: Ignore
This commit is contained in:
Lyndon Brown 2020-04-04 17:37:30 +01:00 committed by Raphaël Hertzog
parent 8b1f9f0131
commit 7d46dd81fc
1 changed files with 0 additions and 2 deletions

View File

@ -38,8 +38,6 @@ case "${1}" in
Chroot chroot dpkg-divert --rename --quiet --add /sbin/start-stop-daemon Chroot chroot dpkg-divert --rename --quiet --add /sbin/start-stop-daemon
ln -fs /bin/true chroot/sbin/start-stop-daemon ln -fs /bin/true chroot/sbin/start-stop-daemon
chmod 755 chroot/sbin/start-stop-daemon
# Disable dpkg syncing # Disable dpkg syncing
cat > chroot/etc/dpkg/dpkg.cfg.d/live-build << EOF cat > chroot/etc/dpkg/dpkg.cfg.d/live-build << EOF