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

Make it easier to modify shared library permissions during install #1532

Merged
merged 1 commit into from
Dec 6, 2022

Conversation

jkbonfield
Copy link
Contributor

The new LIB_PERM Makefile variable defaults to 644 (as before), but can now be amended to e.g. 755. Updated the INSTALL file with a section for HP-UX explaining how to do this.

Fixes #1525

The new LIB_PERM Makefile variable defaults to 644 (as before), but
can now be amended to e.g. 755.  Updated the INSTALL file with a
section for HP-UX explaining how to do this.

Fixes samtools#1525
@jmarshall
Copy link
Member

It can already be equivalently overridden with make install INSTALL_LIB='$(INSTALL)', but I guess this avoids the need for quoting there.

@jkbonfield
Copy link
Contributor Author

Indeed, and I think I noted that in the issue. The comment was to make it "easier", which this most definitely does. Both easier for users, and inevitably easier for us as (assuming anyone actually uses it) we should get fewer issues caused by incorrect punctuation.

@daviesrob daviesrob merged commit 59f727a into samtools:develop Dec 6, 2022
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.

3 participants