wok-next diff LibreOffice/receipt @ rev 20500

Tiny edits: fix permissions and avoid out-of-tree files.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 15 20:43:55 2018 +0200 (2018-03-15)
parents 6805cf8ff938
children d43bf7aae921
line diff
     1.1 --- a/LibreOffice/receipt	Wed Mar 07 23:09:42 2018 +0200
     1.2 +++ b/LibreOffice/receipt	Thu Mar 15 20:43:55 2018 +0200
     1.3 @@ -45,6 +45,11 @@
     1.4  	# remove useless (after processing by sdft) lines from desktop files
     1.5  	sed -i '/^#/d; /^Actions=/d; s|X-Red-Hat-Base;||;
     1.6  		s|X-MandrivaLinux-[^;]*;||' $install/usr/share/applications/*.desktop
     1.7 +
     1.8 +	# fix some files permissions
     1.9 +	find $install -type f -name 'libpl*.so'    -exec chmod -v 755 '{}' \; # was 444
    1.10 +	find $install -type f -name 'Carlito*.ttf' -exec chmod -v 644 '{}' \; # was 640
    1.11 +	find $install -type f -name 'Noto*.ttf'    -exec chmod -v 644 '{}' \; # was 640
    1.12  }
    1.13  
    1.14  genpkg_rules() {