* 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:
parent
92b2ecc8ba
commit
9bec78c88e
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue