#1066909 mark mmv Multi-Arch: foreign

Package:
mmv
Source:
mmv
Description:
Move/Copy/Link multiple files and directories
Submitter:
Helmut Grohne
Date:
2024-03-15 11:03:11 UTC
Severity:
normal
Tags:
#1066909#5
Date:
2024-03-15 06:30:57 UTC
From:
To:
nbsdgames fails to cross build from source, because it fails running mmv
with an "Exec format error". This is due to having installed the host's
mmv. Typically, this indicates that the relevant package should be
marked Multi-Arch: foreign if possible. In this case, I think that such
a marking is actually correct, because mmv is a pure CLI tool that has
no code loading mechanisms nor does it deal with binary file formats.
I'm attaching a patch for your convenience.

Helmut