summaryrefslogtreecommitdiff
path: root/community/shapelib
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-09-22 08:15:19 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-09-22 08:15:19 -0500
commit1069f121aff569dde89e593b90be1b7c1f96dfba (patch)
treebbbb13d23a7f180f1eacad43a3661f6050119f4e /community/shapelib
parent49c5d89a9c5d5fe19d737d96a7a32fbd7d25d43a (diff)
Fix shapelib
Diffstat (limited to 'community/shapelib')
-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
}