summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormbostwick2015-09-05 20:43:45 -0500
committermbostwick2015-09-05 20:43:45 -0500
commit2beae95eb7efacd6e44fe8f2c8b1887e4dd151ae (patch)
tree9113545a4d01edd16e3459ac4f7392589fb094bd
parent9d023377ae43def5b23b1954d8941b26e982237c (diff)
downloadaur-2beae95eb7efacd6e44fe8f2c8b1887e4dd151ae.tar.gz
Added a sym link in include path to enable liblas to build
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 711b35c65ea7..51e03d6b0076 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=laszip
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Quickly turns bulky LAS files into compact LAZ files without information loss."
arch=('i686' 'x86_64')
url="http://www.laszip.org/"
@@ -17,4 +17,5 @@ build() {
package() {
cd "$srcdir/$pkgname-src-$pkgver"
make DESTDIR="$pkgdir/" install
+ ln -s /usr/include/ laszip
}