mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 22:09:47 -04:00
* 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>
|
||||||
<antcall target="ipkg-arch">
|
<antcall target="ipkg-arch">
|
||||||
<param name="arch" value="i686" />
|
<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="i686" />
|
||||||
<param name="deb.arch" value="i386" />
|
|
||||||
</antcall>
|
</antcall>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user