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

utils: Remove leftover g_chmod() #694

Merged
merged 1 commit into from
Feb 23, 2025
Merged

Conversation

mcrha
Copy link
Contributor

@mcrha mcrha commented Jan 16, 2025

The file has set the attributes after commit c6903ab, thus this is not needed.

If it was meant to set the executable flag on the parent directory, then it is not needed either, at least according to my tests. The path_dest points to the installed file here, not to the parent directory.

Closes #681

The file has set the attributes after commit c6903ab,
thus this is not needed.

If it was meant to set the executable flag on the parent directory, then it
is not needed either, at least according to my tests. The `path_dest` points
to the installed file here, not to the parent directory.

Closes ximion#681
@ximion ximion merged commit 78c6389 into ximion:main Feb 23, 2025
1 check passed
@ximion
Copy link
Owner

ximion commented Feb 23, 2025

I gladly not have this chmod call :-)
Thank you for looking into this!

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

Successfully merging this pull request may close these issues.

Files installed through as_utils_install_metadata_file() have executable bit set
2 participants