wok diff postgresql-contrib/receipt @ rev 20102

Add plsh & pypdf2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 09 13:07:28 2017 +0200 (2017-10-09)
parents fa0020fd543d
children a78610b2eb47
line diff
     1.1 --- a/postgresql-contrib/receipt	Wed Apr 05 16:25:04 2017 +0200
     1.2 +++ b/postgresql-contrib/receipt	Mon Oct 09 13:07:28 2017 +0200
     1.3 @@ -14,6 +14,8 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/lib/postgresql
     1.8 +	mkdir -p $fs/usr/lib/postgresql $fs/usr/share/postgresql/extension
     1.9  	cp -a $src/contrib/*/*.so $fs/usr/lib/postgresql
    1.10 +	cp -a $src/contrib/*/*.sql $fs/usr/share/postgresql/extension
    1.11 +	cp -a $src/contrib/*/*.control $fs/usr/share/postgresql/extension
    1.12  }