cross/binutils-*: hotfix for file conflict with non-cross binutils

Newly generated binutils package has file conflicsts with
non-cross binutils.

  ERROR: binutils-2.37-r3: trying to overwrite usr/lib/bfd-plugins/libdep.so
         owned by binutils-aarch64-2.37-r3.

Attmpt to fix this quickly to unblock bpo and users
This commit is contained in:
Alexey Minnekhanov 2021-09-27 21:05:53 +03:00
parent e722328906
commit 23b6654f88
No known key found for this signature in database
GPG key ID: 6FE3B029D9D9FAFF
3 changed files with 9 additions and 0 deletions

View file

@ -65,6 +65,9 @@ package() {
# remove man, info folders
rm -rf "$pkgdir"/usr/share
# remove files that conflict with non-cross binutils
rm -rf "$pkgdir"/usr/lib/bfd-plugins
}

View file

@ -65,6 +65,9 @@ package() {
# remove man, info folders
rm -rf "$pkgdir"/usr/share
# remove files that conflict with non-cross binutils
rm -rf "$pkgdir"/usr/lib/bfd-plugins
}

View file

@ -65,6 +65,9 @@ package() {
# remove man, info folders
rm -rf "$pkgdir"/usr/share
# remove files that conflict with non-cross binutils
rm -rf "$pkgdir"/usr/lib/bfd-plugins
}