From 0a17d3c835c738498f03cae9d713436430458d2d Mon Sep 17 00:00:00 2001 From: Jan Rochel Date: Mon, 12 Oct 2020 17:14:07 +0200 Subject: [PATCH] template.distillery: cleanup --- template.distillery/Makefile.os | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/template.distillery/Makefile.os b/template.distillery/Makefile.os index 6185649fd..5fa78305c 100644 --- a/template.distillery/Makefile.os +++ b/template.distillery/Makefile.os @@ -45,9 +45,8 @@ endif .PHONY: all css byte opt -DIST_DIRS := $(ETCDIR) $(DATADIR) $(LIBDIR) $(LOGDIR) $(STATICDIR) \ - $(FILESDIR)/avatars/tmp $(ELIOMSTATICDIR) \ - $(shell dirname $(CMDPIPE)) $(ELIOMTMPDIR) +DIST_DIRS := $(ETCDIR) $(DATADIR) $(LIBDIR) $(LOGDIR) \ + $(FILESDIR)/avatars/tmp $(ELIOMSTATICDIR) JS_PREFIX := $(TEST_PREFIX)$(ELIOMSTATICDIR)/$(PROJECT_NAME) CONF_IN := $(wildcard *.conf.in)