From 77afa66836f92a1f1f2052e1a7d9ace9fd4cee57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 19 Oct 2015 15:59:36 +0200 Subject: Fix creating modules from templates when using apps/ only --- plugins/bootstrap.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/bootstrap.mk b/plugins/bootstrap.mk index 019e697..dbd115f 100644 --- a/plugins/bootstrap.mk +++ b/plugins/bootstrap.mk @@ -429,7 +429,7 @@ ifdef LEGACY endif new: -ifeq ($(wildcard src/),) +ifeq ($(wildcard src/)$(in),) $(error Error: src/ directory does not exist) endif ifndef t -- cgit v1.2.3