diff options
Diffstat (limited to 'user/xapian-core/APKBUILD')
-rw-r--r-- | user/xapian-core/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/user/xapian-core/APKBUILD b/user/xapian-core/APKBUILD index e8041d355..20005d338 100644 --- a/user/xapian-core/APKBUILD +++ b/user/xapian-core/APKBUILD @@ -42,7 +42,6 @@ package() { libxapian() { pkgdesc="Xapian search engine library" - cd "$builddir" install -d "$subpkgdir"/usr/lib mv "$pkgdir"/usr/lib/$subpkgname* "$subpkgdir"/usr/lib } |