aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-07 13:35:10 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-11 17:25:32 -0300
commitf10e5639666ff935feaffcf148038d3b01834835 (patch)
tree04cbf262c7f25cec8dafc56bdab73b0d8590cc56 /testing
parent6b3e5c0d53e011aa98889c0de35057c5ddf9b3f7 (diff)
testing/pdal: fix -dev subpackage
Diffstat (limited to 'testing')
-rw-r--r--testing/pdal/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/pdal/APKBUILD b/testing/pdal/APKBUILD
index b57ecb36cbe..1a0c619070c 100644
--- a/testing/pdal/APKBUILD
+++ b/testing/pdal/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bradley J Chambers <brad.chambers@gmail.com>
pkgname=pdal
pkgver=1.9.1
-pkgrel=0
+pkgrel=1
pkgdesc="PDAL is a C++ BSD library for translating and manipulating point cloud data."
url="https://pdal.io"
arch="x86_64"
@@ -67,7 +67,7 @@ package() {
dev() {
default_dev
- mv "$subpkgdir"/usr/lib/* "$pkgdir"/usr/lib/
+ mv "$subpkgdir"/usr/lib/*.so.* "$pkgdir"/usr/lib/
rm -r "$subpkgdir"/usr/lib
}