wok-current diff lynis/receipt @ rev 20124
w3m: use imlib2
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Oct 15 01:56:59 2017 +0200 (2017-10-15) |
parents | c89cf2dc93e1 |
children | a8bc6ffe9dde |
line diff
1.1 --- a/lynis/receipt Fri Dec 18 13:20:19 2015 +0000 1.2 +++ b/lynis/receipt Sun Oct 15 01:56:59 2017 +0200 1.3 @@ -17,8 +17,8 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/local 1.8 - cp -a $src $fs/usr/local/lynis 1.9 - chown -R root.root $fs/usr/local/lynis 1.10 + mkdir -p $fs/usr/share 1.11 + cp -a $src $fs/usr/share/lynis 1.12 + chown -R root.root $fs/usr/share/lynis 1.13 } 1.14