Skip to content

Commit d86281d

Browse files
authored
Merge pull request #605 from jrochel/cleanup
template.distillery: cleanup
2 parents 77cf6bd + 0a17d3c commit d86281d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

template.distillery/Makefile.os

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ endif
4545

4646
.PHONY: all css byte opt
4747

48-
DIST_DIRS := $(ETCDIR) $(DATADIR) $(LIBDIR) $(LOGDIR) $(STATICDIR) \
49-
$(FILESDIR)/avatars/tmp $(ELIOMSTATICDIR) \
50-
$(shell dirname $(CMDPIPE)) $(ELIOMTMPDIR)
48+
DIST_DIRS := $(ETCDIR) $(DATADIR) $(LIBDIR) $(LOGDIR) \
49+
$(FILESDIR)/avatars/tmp $(ELIOMSTATICDIR)
5150
JS_PREFIX := $(TEST_PREFIX)$(ELIOMSTATICDIR)/$(PROJECT_NAME)
5251

5352
CONF_IN := $(wildcard *.conf.in)

0 commit comments

Comments
 (0)