Fix file permissions

Bug #314381 reported by Lubomir Rintel
2
Affects Status Importance Assigned to Milestone
Inkscape
Fix Released
Low
jazzynico

Bug Description

This is what Fedora does when building the package, to avoid rpmlint warnings.
Please contribute to the RPM SPEC file cleanliness and sanitize these files upstream :)

Thanks!

# A couple of files have executable bits set,
# despite not being executable
(find . \( -name '*.cpp' -o -name '*.h' \) -perm +111
        find share/extensions -name '*.py' -perm +111
) |xargs chmod -x

# Fix end of line encodings
dos2unix -k -q share/extensions/*.py

tags: added: buld linux package
tags: added: build
removed: buld
tags: added: packaging
removed: package
jazzynico (jazzynico)
Changed in inkscape:
assignee: nobody → JazzyNico (jazzynico)
importance: Undecided → Low
milestone: none → 0.49
status: New → Confirmed
Revision history for this message
jazzynico (jazzynico) wrote :

cpp and h files permission fixed in 9732.
EOL inconsistencies in extensions (.py and .inx files) fixed in 9733.

The python files permission issue is in progress in Bug #602005 "permissions of script files wrong/missing shebang lines" (https://bugs.launchpad.net/inkscape/+bug/602005).

Changed in inkscape:
status: Confirmed → Fix Committed
jazzynico (jazzynico)
Changed in inkscape:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.