Adding temporary hack with pinning to avoid squashfs-tools mismatch for artax-backports.

This commit is contained in:
Daniel Baumann 2012-01-07 20:18:43 +01:00
parent e05fa004ff
commit 6bb4a22152
1 changed files with 13 additions and 0 deletions

View File

@ -181,6 +181,19 @@ EOF
done
fi
case "${LB_DISTRIBUTION}" in
artax-backports)
# Temporary hack to avoid squashfs version mismatch
cat >> chroot/etc/apt/preferences.d/tmp.pref << EOF
Package: squashfs-tools
Pin: release n=squeeze
Pin-Priority: 1001
EOF
;;
esac
;;
esac