* potential regression issue... dpkg only accepts i386 and not i686 while ipkg only accepts i686 and not i386 ... time to get rid of 32-bit altogether...

@see https://www.filebot.net/forums/viewtopic.php?f=8&t=2056
This commit is contained in:
Reinhard Pointner 2014-10-10 16:46:20 +00:00
parent 92b2ecc8ba
commit 9bec78c88e
1 changed files with 1 additions and 2 deletions

View File

@ -443,8 +443,7 @@
</antcall>
<antcall target="ipkg-arch">
<param name="arch" value="i686" />
<!-- arch i686 not allowed by deb specification, must be i386 for 32-bit x86 systems -->
<param name="deb.arch" value="i386" />
<param name="deb.arch" value="i686" />
</antcall>
</target>