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

File permission bug while building .deb #28

Open
ConradHughes opened this issue Jan 26, 2017 · 0 comments
Open

File permission bug while building .deb #28

ConradHughes opened this issue Jan 26, 2017 · 0 comments

Comments

@ConradHughes
Copy link
Collaborator

Great tool — thanks very much for creating it!

Encountered one problem while building: just using 'cp' to install files means that if the person who cloned or built cropgui has a private umask (e.g. umask 077), the files get put into the .deb with permissions that make them unusable after install. Switching from cp to using "install -m 0755" for executables and 0644 for non-executables should solve the problem,

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