Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Executable bit for non-executeables #333

Closed
weberhofer opened this issue Jan 11, 2013 · 1 comment
Closed

Executable bit for non-executeables #333

weberhofer opened this issue Jan 11, 2013 · 1 comment

Comments

@weberhofer
Copy link

Upon packaging I have recognized many file which are having the executable bytes set falsely. I think, that should be corrected.

You can remove those bytes using the following commands:

find extra lib plugins tamper thirdparty -executable -name '*.py' | xargs chmod -x
chmod -x extra/safe2bin/README.txt
chmod -x procs/README.txt

@ghost ghost assigned stamparm Jan 11, 2013
stamparm added a commit that referenced this issue Jan 11, 2013
@stamparm
Copy link
Member

p.s.:

find -name '*.py' | xargs git update-index --chmod=-x
find -name '*.txt' | xargs git update-index --chmod=-x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants