We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d93fa5 commit 8f30d42Copy full SHA for 8f30d42
1 file changed
build/build.xml
@@ -945,8 +945,15 @@
945
tofile="linux/debian/usr/share/mime/packages/processing.xml" />
946
947
<!-- Set properties for DEBIAN/control file -->
948
+ <condition property="linux.deb" value="linux/processing-${version}-linux-armv6hf.deb">
949
+ <equals arg1="linux-arm32" arg2="linux-arm32" />
950
+ </condition>
951
<property name="linux.deb" value="linux/processing-${version}-linux${sun.arch.data.model}.deb" />
952
953
+ <!-- Raspbian seems to borrow armhf for armv6hf, so this works -->
954
+ <condition property="deb.arch" value="armhf">
955
956
957
<condition property="deb.arch" value="i386">
958
<equals arg1="${sun.arch.data.model}" arg2="32" />
959
</condition>
0 commit comments