From f049dfde5b776f7f62a6afb36e3ffa3f64a96d8b Mon Sep 17 00:00:00 2001 From: Rob White Date: Mon, 25 Mar 2019 17:03:29 +0000 Subject: [PATCH] nodogsplash: Add missing install directories (#460) Add missing install directories in revised Makefile Signed-off-by: Rob White rob@blue-wave.net --- nodogsplash/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nodogsplash/Makefile b/nodogsplash/Makefile index 1d14804..f14d945 100644 --- a/nodogsplash/Makefile +++ b/nodogsplash/Makefile @@ -47,6 +47,10 @@ define Package/nodogsplash/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/ndsctl $(1)/usr/bin/ $(INSTALL_DIR) $(1)/etc/nodogsplash/htdocs/images + $(INSTALL_DIR) $(1)/etc/config + $(INSTALL_DIR) $(1)/etc/init.d + $(INSTALL_DIR) $(1)/etc/uci-defaults + $(INSTALL_DIR) $(1)/usr/lib/nodogsplash $(CP) $(PKG_BUILD_DIR)/resources/splash.html $(1)/etc/nodogsplash/htdocs/ $(CP) $(PKG_BUILD_DIR)/resources/splash.css $(1)/etc/nodogsplash/htdocs/ $(CP) $(PKG_BUILD_DIR)/resources/status.html $(1)/etc/nodogsplash/htdocs/ -- 2.30.2