try 4 on rhel4 fixes
This commit is contained in:
parent
5d92a2089a
commit
a7c960a874
@ -175,7 +175,7 @@ ifeq "$(DISTRO)" "rhel4"
|
|||||||
# the directory strucure of the policy. need to set up a mini
|
# the directory strucure of the policy. need to set up a mini
|
||||||
# environment with this structure for correct functioning.
|
# environment with this structure for correct functioning.
|
||||||
@ mkdir -p $(TMPDIR)/rhel4
|
@ mkdir -p $(TMPDIR)/rhel4
|
||||||
$(verbose) $(FCSORT) $< > $(TMPDIR)/rhel4/$(@F).tmp
|
$(verbose) $(FCSORT) $< $(TMPDIR)/rhel4/$(@F).tmp
|
||||||
$(verbose) $(M4) $(M4PARAM) $(M4SUPPORT) $(USER_FILES) > $(TMPDIR)/rhel4/users
|
$(verbose) $(M4) $(M4PARAM) $(M4SUPPORT) $(USER_FILES) > $(TMPDIR)/rhel4/users
|
||||||
$(verbose) $(GREP) -v "^/root" $(TMPDIR)/rhel4/$(@F).tmp > $(TMPDIR)/rhel4/$(@F).root
|
$(verbose) $(GREP) -v "^/root" $(TMPDIR)/rhel4/$(@F).tmp > $(TMPDIR)/rhel4/$(@F).root
|
||||||
$(verbose) ( cd $(TMPDIR)/rhel4 ; $(GENHOMEDIRCON) . $(@F).root > $(@F) )
|
$(verbose) ( cd $(TMPDIR)/rhel4 ; $(GENHOMEDIRCON) . $(@F).root > $(@F) )
|
||||||
|
Loading…
Reference in New Issue
Block a user