]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
make install: do not create an unused directory
authorAndre <maan@p133.(none)>
Mon, 13 Mar 2006 00:50:16 +0000 (01:50 +0100)
committerAndre <maan@p133.(none)>
Mon, 13 Mar 2006 00:50:16 +0000 (01:50 +0100)
$(VARDIR)/fifo is unused for ages.

Makefile.in

index 6d3d39816497aebdfc169790246dc6850df0beb4..ed4f38c4304435caf04c68bee251ce80aff592ad 100644 (file)
@@ -216,7 +216,7 @@ maintainer-clean: distclean
 
 install: all
        umask 022 && \
-       mkdir -p $(BINDIR) $(VARDIR) $(VARDIR)/fifo && \
+       mkdir -p $(BINDIR) $(VARDIR) && \
        $(install_sh) -s -m 755 $(BINARIES) $(BINDIR) && \
        mkdir -p $(CONFDIR) && \
        $(install_sh) -m 644 bash_completion $(sample_conf) $(CONFDIR)