summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-04-29 09:12:45 +0200
committerMichel Zou2023-04-29 09:12:45 +0200
commit56aacba883090bd1b5de3dec157204e48ed28557 (patch)
tree6b6c629d7412db7bf153dd0ca694e6db8b8734bb
parent4eba991335e8fdaadc8fd0b380792ec1c10e65f0 (diff)
downloadaur-56aacba883090bd1b5de3dec157204e48ed28557.tar.gz
conflict
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e7818465154..bd60074249a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,5 +19,8 @@ build() {
package() {
cd "$srcdir/omniORBpy-$pkgver"
make DESTDIR="$pkgdir" install
+
+ # remove conflicting files
+ rm -r "$pkgdir"/usr/lib/*/site-packages/omniidl_be/
}