Create /usr/local/dfstat if it doesn't exist.

This commit is contained in:
hjp 2005-03-29 09:52:02 +00:00
parent 4911233973
commit b7acf57799
1 changed files with 2 additions and 1 deletions

View File

@ -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/%: %