From 4ca6d0d28fae508a2ff71aeeae8ba289e910c022 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Tue, 21 Feb 2006 15:42:45 +0000 Subject: [PATCH] fix tmp dir usage --- refpolicy/Rules.monolithic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/refpolicy/Rules.monolithic b/refpolicy/Rules.monolithic index c98d887fb..50ae00717 100644 --- a/refpolicy/Rules.monolithic +++ b/refpolicy/Rules.monolithic @@ -211,8 +211,8 @@ $(BUILDDIR)longcheck.res: $(POLICY_CONF) $(FC) # $(APPDIR)/customizable_types: policy.conf @mkdir -p $(APPDIR) - $(verbose) grep "^type .*customizable" $< | cut -d',' -f1 | cut -d' ' -f2 > tmp/customizable_types - $(verbose) install -m 644 tmp/customizable_types $@ + $(verbose) grep "^type .*customizable" $< | cut -d',' -f1 | cut -d' ' -f2 > $(TMPDIR)/customizable_types + $(verbose) install -m 644 $(TMPDIR)/customizable_types $@ ######################################## #