wok rev 19892
Add postgresql-contrib (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 06 09:52:53 2017 +0200 (2017-04-06) |
parents | fa0020fd543d |
children | 992e67412191 |
files | postgresql-contrib/receipt |
line diff
1.1 --- a/postgresql-contrib/receipt Wed Apr 05 16:25:04 2017 +0200 1.2 +++ b/postgresql-contrib/receipt Thu Apr 06 09:52:53 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 }