summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Dümig2015-08-28 22:44:48 +0200
committerRaphael Dümig2015-08-28 22:44:48 +0200
commit0a8ed402e6e79c2e95fe8411a13f04bcfe14e3b0 (patch)
treec1cd11bdd13d61ea08f04c095dbb9b7f5efa2163
parentdc26d3331cffde7bd285414a98a25867ff947700 (diff)
downloadaur-0a8ed402e6e79c2e95fe8411a13f04bcfe14e3b0.tar.gz
include helper scripts in the installation
- install-postgis-osm-db.sh - install-postgis-osm-user.sh both help with the administration of a database created with osm2pgsql
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0fbf7a8c6f15..7d06800324a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=osm2pgsql-git
pkgver=0.88.0.r140.g8179cdb
-pkgrel=1
+pkgrel=2
pkgdesc="tool for loading OpenStreetMap data into a PostgreSQL / PostGIS database"
arch=('i686' 'x86_64')
url="https://github.com/openstreetmap/osm2pgsql"
@@ -29,4 +29,5 @@ build() {
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
+ install install-postgis-osm-{db,user}.sh "$pkgdir/usr/bin"
}