Fix pam and config file handling - #163
Open
M4rtinK wants to merge 2 commits into
Open
Conversation
| install -m 644 data/10-initial-setup.conf $(DESTDIR)/etc/initial-setup/conf.d/10-initial-setup.conf | ||
| install -d $(DESTDIR)/etc/pam.d/ | ||
| install -m 644 pam/initial-setup $(DESTDIR)/etc/pam.d/initial-setup | ||
|
|
Contributor
There was a problem hiding this comment.
This is already being installed in SPEC:
initial-setup/initial-setup.spec
Line 150 in bef4bb1
I'd prefer having this here in the Makefile, but there is no reason to have it twice.
Looks like this was not done correctly during the recent build system migration, lets fix that.
Only pull in the Glade build dependency where we can actually expect it to be available,
M4rtinK
force-pushed
the
master-fix_pam_and_config_file_handling
branch
from
August 12, 2026 15:11
6cce35b to
6d51463
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Looks like this was not done correctly during the recent build system migration, lets fix that.
Also fix Glade dep on ELN.