X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2FMakefile.in;h=187ae3c4267759cd89529fce711f533c6c4642c6;hb=6bd4383b0f4bb3e3b662615dae442199fed568d8;hp=a40e3fd3981a9fd929dfe4d74c749e704985e285;hpb=a47350271759e5b84ad303cc011f8174b866cafc;p=citadel.git diff --git a/webcit/Makefile.in b/webcit/Makefile.in index a40e3fd39..187ae3c42 100644 --- a/webcit/Makefile.in +++ b/webcit/Makefile.in @@ -85,6 +85,7 @@ $(srcdir)/aclocal.m4: $(srcdir)/acinclude.m4 install: test -d $(DESTDIR)$(prefix) || mkdir $(DESTDIR)$(prefix) test -d $(DESTDIR)$(prefix)/static || mkdir $(DESTDIR)$(prefix)/static + test -d $(DESTDIR)$(prefix)/local || mkdir $(DESTDIR)$(prefix)/local for i in `find tiny_mce -type d | grep -v .svn` \ ; do \ test -d $(DESTDIR)$(prefix)/$$i || mkdir $(DESTDIR)$(prefix)/$$i; \