wok diff pgrouting/receipt @ rev 23757

fusecloop/extract_compressed_fs: fix v2 convertion
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 02 17:31:45 2020 +0000 (2020-05-02)
parents 4242092353ba
children 5ea0ce1cecc0
line diff
     1.1 --- a/pgrouting/receipt	Sun Jun 02 10:56:29 2019 +0100
     1.2 +++ b/pgrouting/receipt	Sat May 02 17:31:45 2020 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pgrouting"
     1.7 -VERSION="2.6.2"
     1.8 +VERSION="2.6.3"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Provide geospatial routing for PostGIS and PostgreSQL."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -21,8 +21,8 @@
    1.13  {
    1.14  	sed -i 's/INT2ARRAYOID/1005/' src/common/get_check_data.c
    1.15  
    1.16 -	mkdir build
    1.17 -	cd build
    1.18 +	mkdir build &&
    1.19 +	cd build &&
    1.20  	cmake .. &&
    1.21  	make &&
    1.22  	make install
    1.23 @@ -32,7 +32,7 @@
    1.24  genpkg_rules()
    1.25  {
    1.26  	mkdir -p $fs/usr
    1.27 -	cp -a $install/usr/* $fs/usr
    1.28 +	cp -a $install/usr/*	$fs/usr
    1.29  	sed -i 's|\$libdir|/usr/lib/postgresql|' \
    1.30  		$fs/usr/share/postgresql/extension/*.sql
    1.31  }