wok-current diff postgresql-doc/receipt @ rev 1288
Add httpfs-fuse
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 20 17:18:51 2008 +0000 (2008-08-20) |
parents | 443dbfefc6bf |
children | 03a799424aaa |
line diff
1.1 --- a/postgresql-doc/receipt Sat Jul 26 14:23:50 2008 +0000 1.2 +++ b/postgresql-doc/receipt Wed Aug 20 17:18:51 2008 +0000 1.3 @@ -11,7 +11,7 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr 1.8 - cp -a $_pkg/usr/doc $fs/ 1.9 + mkdir -p $fs/usr/share 1.10 + cp -a $_pkg/usr/doc $fs/usr/share 1.11 } 1.12