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:
parent
e722328906
commit
23b6654f88
3 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue