nextcloud-desktop: disable ppc64el arch due missing dependency
This commit is contained in:
parent
0180faa379
commit
b818ff8adc
1 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ BACKPORT=true
|
||||||
|
|
||||||
sed -i "s|Utility|Network|" mirall.desktop.in
|
sed -i "s|Utility|Network|" mirall.desktop.in
|
||||||
|
|
||||||
|
#Prevent ppc64el arch since qtwebengine is not build for ppc64el.
|
||||||
|
sed -i 's|Architecture: any|Architecture: amd64 arm64 armhf i386 mips64el mipsel|g' debian/control
|
||||||
|
|
||||||
changelog "Imported into Trisquel"
|
changelog "Imported into Trisquel"
|
||||||
|
|
||||||
compile
|
compile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue