diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-04-07 01:19:38 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-04-07 01:19:38 +0000 |
commit | a699efe9b6384b263febae004f2f4ae4d4b14236 (patch) | |
tree | f878421f6042746c04705ae43d5f622f61bccb16 | |
parent | b2b2fdaa377587094c45ad07e2434ad05fae4ee2 (diff) | |
download | aports-a699efe9b6384b263febae004f2f4ae4d4b14236.tar.bz2 aports-a699efe9b6384b263febae004f2f4ae4d4b14236.tar.xz |
community/xapian-bindings: build fix
-rw-r--r-- | community/xapian-bindings/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xapian-bindings/APKBUILD b/community/xapian-bindings/APKBUILD index 6ba9ce2a9a..a4af1b41c2 100644 --- a/community/xapian-bindings/APKBUILD +++ b/community/xapian-bindings/APKBUILD @@ -106,7 +106,7 @@ python3() { pkgdesc="Python3 bindings for the Xapian search engine library" install -d "$subpkgdir"/usr/lib - mv "$pkgdir"/usr/lib/python3.5 "$subpkgdir"/usr/lib + mv "$pkgdir"/usr/lib/python3* "$subpkgdir"/usr/lib } ruby() { |