wok-current diff postgresql-contrib/receipt @ rev 20281
linux: update .config (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 27 11:51:55 2018 +0200 (2018-03-27) |
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 Tue Mar 27 11:51:55 2018 +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 }