Description of problem: folder.png should not be executable Version-Release number of selected component (if applicable): xulrunner-1.9-1.fc9 Steps to Reproduce: $ ls -l /usr/lib64/xulrunner-1.9/res/html/folder.png Actual results: -rwxr-xr-x 1 root root 619 2007-08-17 18:57 /usr/lib64/xulrunner-1.9/res/html/folder.png
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.
Solving at: https://bugzilla.mozilla.org/show_bug.cgi?id=461322