From e231df6c1a741a59824cd157c78d3227eb8451d1 Mon Sep 17 00:00:00 2001
From: Andre <maan@p133.(none)>
Date: Mon, 13 Mar 2006 01:50:16 +0100
Subject: [PATCH] make install: do not create an unused directory

$(VARDIR)/fifo is unused for ages.
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 6d3d3981..ed4f38c4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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)
-- 
2.39.5