wok-next diff xfce4-battery-plugin/receipt @ rev 21187
aufs-utils: BRANCH=aufs4.14
author | Hans-G?nter Theisgen |
---|---|
date | Mon Sep 23 07:48:15 2019 +0100 (2019-09-23) |
parents | d026631bbebb |
children |
line diff
1.1 --- a/xfce4-battery-plugin/receipt Tue Dec 25 02:00:49 2018 +0200 1.2 +++ b/xfce4-battery-plugin/receipt Mon Sep 23 07:48:15 2019 +0100 1.3 @@ -22,7 +22,7 @@ 1.4 make && 1.5 make install || return 1 1.6 1.7 - find $install -name '*.so' -exec -chmod +x '{}' \; # 644 1.8 + find $install -name '*.so' -exec chmod 755 '{}' \; # 644 1.9 } 1.10 1.11 genpkg_rules() {