wok rev 19266

anacron: typo in man path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 04 10:21:45 2016 +0200 (2016-07-04)
parents f0a0b5091b4a
children 04d824c95283
files anacron/receipt
line diff
     1.1 --- a/anacron/receipt	Mon Jul 04 10:05:09 2016 +0300
     1.2 +++ b/anacron/receipt	Mon Jul 04 10:21:45 2016 +0200
     1.3 @@ -29,5 +29,5 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	cp -a $install/* $fs
     1.7 -	find $fs/usr/man -type f -exec chmod a-x \{\} \;
     1.8 +	find $fs/usr/share -type f -exec chmod a-x \{\} \;
     1.9  }