add aarch64 licenses

This commit is contained in:
Tobias Powalowski 2024-08-31 16:44:44 +02:00
parent e108c0d433
commit 5f0b91ee9f

View file

@ -144,6 +144,9 @@ done
if [[ "${_RUNNING_ARCH}" == "x86_64" ]]; then
_file /usr/share/licenses/broadcom-wl/LICENSE
fi
if [[ "${_RUNNING_ARCH}" == "aarch64" ]]; then
_file /usr/share/licenses/systemd/MIT-0.txt
fi
_map _full_dir /usr/share/licenses/{spdx,linux-firmware}
}