wok-4.x rev 10927
ntop-man: Fixed path to copy man pages to.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Aug 17 12:52:36 2011 +0000 (2011-08-17) |
parents | 127ec27f61ab |
children | 731695dfaf97 |
files | ntop-man/receipt |
line diff
1.1 --- a/ntop-man/receipt Wed Aug 17 15:47:07 2011 +0200 1.2 +++ b/ntop-man/receipt Wed Aug 17 12:52:36 2011 +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 $_pkg/usr/share 1.8 - cp -a $_pkg/usr/share/man $fs/share 1.9 + mkdir -p $fs/usr/share 1.10 + cp -a $_pkg/usr/share/man $fs/usr/share 1.11 } 1.12