Adding temporary hack with pinning to avoid squashfs-tools mismatch for artax-backports.
This commit is contained in:
parent
e05fa004ff
commit
6bb4a22152
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue