wok rev 1283
postgresql-doc: move file to /usr/share/doc
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 20 08:31:04 2008 +0000 (2008-08-20) |
parents | 48b0cfe1b73c |
children | 5b9d8b86855a |
files | postgresql-doc/receipt |
line diff
1.1 --- a/postgresql-doc/receipt Wed Aug 20 08:17:48 2008 +0000 1.2 +++ b/postgresql-doc/receipt Wed Aug 20 08:31:04 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