summaryrefslogtreecommitdiff
path: root/community/shapelib/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/shapelib/PKGBUILD')
-rw-r--r--community/shapelib/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/shapelib/PKGBUILD b/community/shapelib/PKGBUILD
index dad5ac508..849cb918d 100644
--- a/community/shapelib/PKGBUILD
+++ b/community/shapelib/PKGBUILD
@@ -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
}