From b7acf57799417ec32a1d510efdbf77d1542267b8 Mon Sep 17 00:00:00 2001 From: hjp Date: Tue, 29 Mar 2005 09:52:02 +0000 Subject: [PATCH] Create /usr/local/dfstat if it doesn't exist. --- quotacheck/GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quotacheck/GNUmakefile b/quotacheck/GNUmakefile index 17995f7..0c94b99 100644 --- a/quotacheck/GNUmakefile +++ b/quotacheck/GNUmakefile @@ -16,6 +16,7 @@ distclean: clean install: $(SBINDIR) $(SBINDIR)/quotacheck $(SBINDIR)/quotastat \ $(SBINDIR)/dfree \ $(SBINDIR)/quotasanitycheck $(MAN8DIR)/quotasanitycheck.8 \ + /usr/local/dfstat/ \ /usr/local/dfstat/quotagraph %: %.pl customize @@ -29,7 +30,7 @@ install: $(SBINDIR) $(SBINDIR)/quotacheck $(SBINDIR)/quotastat \ customize: configure sh ./configure -$(SBINDIR): +$(SBINDIR) /usr/local/dfstat/: mkdir -p $@ /usr/local/dfstat/%: %