wok-6.x diff postgresql-contrib/receipt @ rev 20392
libgnutls: add p11-kit, see http://forum.slitaz.org/topic/current-slitaz-iso-needs-you-to-install-p11-kit-package
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sun Jun 24 09:21:47 2018 +0000 (2018-06-24) |
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 Sun Jun 24 09:21:47 2018 +0000 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 }