fix tmp dir usage

This commit is contained in:
Chris PeBenito 2006-02-21 15:42:45 +00:00
parent 15722ec99e
commit 4ca6d0d28f

View File

@ -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 $@
########################################
#