wok diff ntop-man/receipt @ rev 10973
Up: scons to 2.1.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 12 12:41:17 2011 +0000 (2011-10-12) |
parents | f8f2b572363d |
children | 65dace417400 |
line diff
1.1 --- a/ntop-man/receipt Tue Jul 05 01:19:06 2011 +0200 1.2 +++ b/ntop-man/receipt Wed Oct 12 12:41:17 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