[selinux-policy: 1341/3172] try 4 on rhel4 fixes

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 21:01:25 UTC 2010


commit a7c960a8743b8dc164bd7b85322dc089400ab458
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Fri Apr 7 15:20:50 2006 +0000

    try 4 on rhel4 fixes

 refpolicy/Rules.monolithic |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/refpolicy/Rules.monolithic b/refpolicy/Rules.monolithic
index c86fcf0..c6df7b6 100644
--- a/refpolicy/Rules.monolithic
+++ b/refpolicy/Rules.monolithic
@@ -175,7 +175,7 @@ ifeq "$(DISTRO)" "rhel4"
 # the directory strucure of the policy.  need to set up a mini
 # environment with this structure for correct functioning.
 	@ 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) $(GREP) -v "^/root" $(TMPDIR)/rhel4/$(@F).tmp > $(TMPDIR)/rhel4/$(@F).root
 	$(verbose) ( cd $(TMPDIR)/rhel4 ; $(GENHOMEDIRCON) . $(@F).root > $(@F) )


More information about the scm-commits mailing list