mirror of
https://github.com/YunoHost/vinaigrette.git
synced 2024-09-03 20:06:11 +02:00
Fix issue with pbuilder satisfy dependency when building for arm
This commit is contained in:
parent
bab1f8b03f
commit
c3ac30b7b7
1 changed files with 5 additions and 0 deletions
5
init.sh
5
init.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue