Create /usr/local/dfstat if it doesn't exist.
This commit is contained in:
parent
4911233973
commit
b7acf57799
|
@ -16,6 +16,7 @@ distclean: clean
|
||||||
install: $(SBINDIR) $(SBINDIR)/quotacheck $(SBINDIR)/quotastat \
|
install: $(SBINDIR) $(SBINDIR)/quotacheck $(SBINDIR)/quotastat \
|
||||||
$(SBINDIR)/dfree \
|
$(SBINDIR)/dfree \
|
||||||
$(SBINDIR)/quotasanitycheck $(MAN8DIR)/quotasanitycheck.8 \
|
$(SBINDIR)/quotasanitycheck $(MAN8DIR)/quotasanitycheck.8 \
|
||||||
|
/usr/local/dfstat/ \
|
||||||
/usr/local/dfstat/quotagraph
|
/usr/local/dfstat/quotagraph
|
||||||
|
|
||||||
%: %.pl customize
|
%: %.pl customize
|
||||||
|
@ -29,7 +30,7 @@ install: $(SBINDIR) $(SBINDIR)/quotacheck $(SBINDIR)/quotastat \
|
||||||
customize: configure
|
customize: configure
|
||||||
sh ./configure
|
sh ./configure
|
||||||
|
|
||||||
$(SBINDIR):
|
$(SBINDIR) /usr/local/dfstat/:
|
||||||
mkdir -p $@
|
mkdir -p $@
|
||||||
|
|
||||||
/usr/local/dfstat/%: %
|
/usr/local/dfstat/%: %
|
||||||
|
|
Loading…
Reference in New Issue