Skip to content
Snippets Groups Projects
Commit 1beb6589 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

Disable carla armhf arch, like upstream.

parent 530d4e17
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2019 Mason Hock <mason@masonhock.com> # Copyright (C) 2019 Mason Hock <mason@masonhock.com>
# Copyright (C) 2021 Luis Guzman <ark@switnet.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
...@@ -24,6 +25,10 @@ BACKPORTS=true ...@@ -24,6 +25,10 @@ BACKPORTS=true
. ./config . ./config
#Set only for amd64 (no docs for armhf), more at
#https://answers.launchpad.net/ubuntu/+source/carla/+question/698213
sed -i "s|Architecture: any|Architecture: amd64 i386|g" debian/control
changelog "Backported from ppa" changelog "Backported from ppa"
compile compile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment