Fix issue with pbuilder satisfy dependency when building for arm

This commit is contained in:
Alexandre Aubin 2017-09-17 22:07:30 +02:00
parent bab1f8b03f
commit c3ac30b7b7

View file

@ -3,6 +3,11 @@ apt-get install nginx pbuilder reprepro rebuildd gawk sendxmpp -y
apt-get install qemu-system-arm debootstrap -y
apt-get install python-virtualenv python3-pip -y
# Fix the damn pbuilder-satistydepends (aptitude causes segfault on ARM)
cd /usr/lib/pbuilder
rm pbuilder-satisfydepends
ln -s pbuilder-satisfydepends-apt pbuilder-satisfydepends
VINAIGRETTE_HOME="/home/vinaigrette"
cd $VINAIGRETTE_HOME