mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
Map arm64 in deb to aarch64 in rpm
This fixes conversion of arm64 debian packages. See #985808, which was the bug for doing it in the opposite direction.
This commit is contained in:
committed by
Bastian Germann
parent
b65f2d6974
commit
385b2066d3
@@ -773,6 +773,9 @@ sub arch {
|
||||
elsif ($arch eq 'all') {
|
||||
$arch='noarch';
|
||||
}
|
||||
elsif ($arch eq 'arm64') {
|
||||
$arch='aarch64';
|
||||
}
|
||||
elsif ($arch eq 'ppc64el') {
|
||||
$arch='ppc64le';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user