diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-02-18 09:48:04 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-02-18 09:48:04 +0100 |
commit | c1769a7135ca12bcd5376951be3a012ed20e4d6a (patch) | |
tree | da8ffc5d3bd013c6d622e22d81e2849534e63602 | |
parent | 44a6c4a7d87686704989a9061c041d9308151211 (diff) | |
download | packages-c1769a7135ca12bcd5376951be3a012ed20e4d6a.tar.xz |
core/binutils: force remove libiberty
-rw-r--r-- | core/binutils/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/binutils/PKGBUILD b/core/binutils/PKGBUILD index 0946312c..2aab24cb 100644 --- a/core/binutils/PKGBUILD +++ b/core/binutils/PKGBUILD @@ -71,8 +71,8 @@ eval "$( declare -f package | \ sed ' /rm.*opcodes/ a \ - rm -f "$pkgdir"/usr/include/libiberty \ - rm -f "$pkgdir"/usr/lib/libiberty.a + rm -rf "$pkgdir"/usr/include/libiberty \ + rm -rf "$pkgdir"/usr/lib/libiberty.a ' )" # no testing for now |