We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c155d1a commit 0a17d3cCopy full SHA for 0a17d3c
template.distillery/Makefile.os
@@ -45,9 +45,8 @@ endif
45
46
.PHONY: all css byte opt
47
48
-DIST_DIRS := $(ETCDIR) $(DATADIR) $(LIBDIR) $(LOGDIR) $(STATICDIR) \
49
- $(FILESDIR)/avatars/tmp $(ELIOMSTATICDIR) \
50
- $(shell dirname $(CMDPIPE)) $(ELIOMTMPDIR)
+DIST_DIRS := $(ETCDIR) $(DATADIR) $(LIBDIR) $(LOGDIR) \
+ $(FILESDIR)/avatars/tmp $(ELIOMSTATICDIR)
51
JS_PREFIX := $(TEST_PREFIX)$(ELIOMSTATICDIR)/$(PROJECT_NAME)
52
53
CONF_IN := $(wildcard *.conf.in)
0 commit comments