# HG changeset patch # User Pascal Bellard # Date 1467620505 -7200 # Node ID 7672854e4f43d536bc436e4381bb0240ed21668a # Parent f0a0b5091b4a8828170fa506b6552d7dd38e6d46 anacron: typo in man path diff -r f0a0b5091b4a -r 7672854e4f43 anacron/receipt --- a/anacron/receipt Mon Jul 04 10:05:09 2016 +0300 +++ b/anacron/receipt Mon Jul 04 10:21:45 2016 +0200 @@ -29,5 +29,5 @@ genpkg_rules() { cp -a $install/* $fs - find $fs/usr/man -type f -exec chmod a-x \{\} \; + find $fs/usr/share -type f -exec chmod a-x \{\} \; }