Compare commits

...

2 commits

Author SHA1 Message Date
Tobias Powalowski
b1f267a043 fix systemd license 2024-09-12 07:35:07 +02:00
Tobias Powalowski
659ce8ffdb add systemd license 2024-09-11 09:33:17 +02:00
2 changed files with 2 additions and 4 deletions

View file

@ -61,7 +61,7 @@ _clean_container() {
if [[ "${_CLEANUP_CONTAINER}" == "1" ]]; then if [[ "${_CLEANUP_CONTAINER}" == "1" ]]; then
echo "Cleaning container, delete not needed files from ${1}..." echo "Cleaning container, delete not needed files from ${1}..."
rm -r "${1}"/usr/include rm -r "${1}"/usr/include
rm -r "${1}"/usr/share/{aclocal,applications,audit-rules,awk,common-lisp,emacs,et,fish,gettext,gettext-[0-9]*,glib-[0-9]*,gnupg,gtk-doc,iana-etc,icons,icu,keyutils,libalpm,libgpg-error,makepkg-template,misc,pixmaps,pkgconfig,screen,smartmontools,ss,tabset,vala,xml,man,doc,info,xtables} rm -r "${1}"/usr/share/{aclocal,applications,audit-rules,awk,common-lisp,emacs,et,fish,gettext,gettext-[0-9]*,glib-[0-9]*,gnupg,gtk-doc,iana-etc,icons,icu,keyutils,libalpm,libgpg-error,makepkg-template,misc,pixmaps,pkgconfig,screen,smartmontools,ss,tabset,vala,xml,man,info,xtables}
rm -r "${1}"/usr/lib/{audit,awk,binfmt.d,cmake,dracut,e2fsprogs,environment.d,gawk,getconf,gettext,glib-[0-9]*,gnupg,gssproxy,icu,krb5,ldscripts,libnl,pkgconfig,siconv,tar,xfsprogs,xtables} rm -r "${1}"/usr/lib/{audit,awk,binfmt.d,cmake,dracut,e2fsprogs,environment.d,gawk,getconf,gettext,glib-[0-9]*,gnupg,gssproxy,icu,krb5,ldscripts,libnl,pkgconfig,siconv,tar,xfsprogs,xtables}
# locale cleaning # locale cleaning
fd -u --min-depth 2 -E '/be/' -E '/bg/' \ fd -u --min-depth 2 -E '/be/' -E '/bg/' \

View file

@ -109,6 +109,7 @@ sd/LICENSE
sdparm/LICENSE sdparm/LICENSE
shadow/COPYING shadow/COPYING
sqlite/license.txt sqlite/license.txt
systemd/MIT-0.txt
terminus-font/LICENSE terminus-font/LICENSE
tmux/LICENSE tmux/LICENSE
tpm2-tss/LICENSE tpm2-tss/LICENSE
@ -144,9 +145,6 @@ done
if [[ "${_RUNNING_ARCH}" == "x86_64" ]]; then if [[ "${_RUNNING_ARCH}" == "x86_64" ]]; then
_file /usr/share/licenses/broadcom-wl/LICENSE _file /usr/share/licenses/broadcom-wl/LICENSE
fi fi
if [[ "${_RUNNING_ARCH}" == "aarch64" ]]; then
_file /usr/share/licenses/systemd/MIT-0.txt
fi
_map _full_dir /usr/share/licenses/{spdx,linux-firmware} _map _full_dir /usr/share/licenses/{spdx,linux-firmware}
} }