summaryrefslogtreecommitdiff
path: root/community/shapelib/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/shapelib/PKGBUILD')
-rw-r--r--community/shapelib/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/shapelib/PKGBUILD b/community/shapelib/PKGBUILD
index c421ae23a..849cb918d 100644
--- a/community/shapelib/PKGBUILD
+++ b/community/shapelib/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=shapelib
pkgver=1.2.10
pkgrel=5
pkgdesc='simple C API for reading and writing ESRI Shapefiles'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url='http://shapelib.maptools.org/'
license=('LGPL' 'MIT')
options=('!libtool')
@@ -26,7 +26,7 @@ package() {
cd ${pkgname}-${pkgver}
sed -i -e s:/usr/local:${pkgdir}/usr: Makefile
- sed -i -e s:/usr/bin/install:/bin/install: Makefile
+ #sed -i -e s:/usr/bin/install:/bin/install: Makefile
make lib_install
install -D -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}