trunk: fix monolithic building to correctly put USER lines in homedir_template.
This commit is contained in:
parent
657c226c40
commit
6627570e85
@ -176,8 +176,8 @@ enableaudit: $(policy_conf)
|
|||||||
#
|
#
|
||||||
$(fc): $(tmpdir)/$(notdir $(fc)).tmp $(fcsort)
|
$(fc): $(tmpdir)/$(notdir $(fc)).tmp $(fcsort)
|
||||||
$(verbose) $(fcsort) $< $@
|
$(verbose) $(fcsort) $< $@
|
||||||
$(verbose) $(GREP) -e HOME -e ROLE $@ > $(homedir_template)
|
$(verbose) $(GREP) -e HOME -e ROLE -e USER $@ > $(homedir_template)
|
||||||
$(verbose) $(SED) -i -e /HOME/d -e /ROLE/d $@
|
$(verbose) $(SED) -i -e /HOME/d -e /ROLE/d -e /USER/d $@
|
||||||
|
|
||||||
$(tmpdir)/$(notdir $(fc)).tmp: $(m4support) $(tmpdir)/generated_definitions.conf $(all_fc_files)
|
$(tmpdir)/$(notdir $(fc)).tmp: $(m4support) $(tmpdir)/generated_definitions.conf $(all_fc_files)
|
||||||
ifeq ($(all_fc_files),)
|
ifeq ($(all_fc_files),)
|
||||||
|
Loading…
Reference in New Issue
Block a user