trunk: fix monolithic building to correctly put USER lines in homedir_template.

This commit is contained in:
Chris PeBenito 2008-11-11 14:22:57 +00:00
parent 657c226c40
commit 6627570e85

View File

@ -176,8 +176,8 @@ enableaudit: $(policy_conf)
#
$(fc): $(tmpdir)/$(notdir $(fc)).tmp $(fcsort)
$(verbose) $(fcsort) $< $@
$(verbose) $(GREP) -e HOME -e ROLE $@ > $(homedir_template)
$(verbose) $(SED) -i -e /HOME/d -e /ROLE/d $@
$(verbose) $(GREP) -e HOME -e ROLE -e USER $@ > $(homedir_template)
$(verbose) $(SED) -i -e /HOME/d -e /ROLE/d -e /USER/d $@
$(tmpdir)/$(notdir $(fc)).tmp: $(m4support) $(tmpdir)/generated_definitions.conf $(all_fc_files)
ifeq ($(all_fc_files),)