From 540651c72fabae5dc9a620f691d8ca3989851c33 Mon Sep 17 00:00:00 2001 From: Wouter R Date: Mon, 29 Feb 2016 16:13:41 +0100 Subject: [PATCH] Create `/root/sketches` on package installation. Fixes #56. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c0f17e2..b2cdac2 100644 --- a/Makefile +++ b/Makefile @@ -89,6 +89,7 @@ define Package/wifibox/install $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_DIR) $(1)/etc/config $(INSTALL_DIR) $(1)/root/ + $(INSTALL_DIR) $(1)/root/sketches #$(INSTALL_DIR) $(1)/www $(INSTALL_DIR) $(1)/www/cgi-bin