https://bugs.winehq.org/show_bug.cgi?id=57859
--- Comment #41 from Tom Maneiro tomman@gmail.com --- (In reply to Alexandre Julliard from comment #39)
(In reply to Tom Maneiro from comment #38)
So... if I understand this right, the "wine" executable will always be i386/32-bit, but the magic is now done by the loaders and stuff for WOW64, right? Should it be safe to drop it then from the -amd64 package?
No, the "wine" binary should be a native binary for the host OS. Basically it should be handled exactly the same as the "wineserver" binary.
Gotcha, and now that I compare package structures, /bin/wine should be moved from wine-$BRANCH-$ARCH to wine-$BRANCH, since wineserver and the other architecture-specific Linux executables live on that one too.
Gonna test this then.