Bug 453496
| Summary: | folder.png should not be executable | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | petrosyan | ||||||
| Component: | xulrunner | Assignee: | Jan Horak <jhorak> | ||||||
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | rawhide | CC: | caillon, johnp, stransky, walters | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2008-10-23 11:35:43 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
petrosyan
2008-07-01 01:12:10 UTC
Created attachment 321003 [details]
Fixed permission in Makefile.in file
The files are installed to package by Packager::Copy function which copies permissions from original file. So when 'folder.png' has originally +x permissions the permissions remains same. The fix changes the file's permissions to -x while the application is build (by make all).
Created attachment 321130 [details]
Fixed installation of files (permissions) in Makefile.in
Thanks to M. Stransky, permission problem is solved while installing files.
|