From: Moritz Warning Date: Sun, 6 Aug 2017 19:47:15 +0000 (+0200) Subject: nodogsplash2: fix install folder to match the orignal nodogsplash package (#317) X-Git-Url: http://git.openwrt.org/?p=feed%2Frouting.git;a=commitdiff_plain;h=9e5cb3bd25d317a3f0a753199856c4e74e517ed6 nodogsplash2: fix install folder to match the orignal nodogsplash package (#317) --- diff --git a/nodogsplash2/Makefile b/nodogsplash2/Makefile index f8a2344..ccebc78 100644 --- a/nodogsplash2/Makefile +++ b/nodogsplash2/Makefile @@ -48,10 +48,10 @@ define Package/nodogsplash2/install $(INSTALL_DIR) $(1)/etc/config $(INSTALL_CONF) files/nodogsplash.config $(1)/etc/config/nodogsplash - $(INSTALL_DIR) $(1)/etc/$(PKG_NAME)/htdocs/images - $(CP) $(PKG_BUILD_DIR)/resources/splash.html $(1)/etc/$(PKG_NAME)/htdocs/ - $(CP) $(PKG_BUILD_DIR)/resources/infoskel.html $(1)/etc/$(PKG_NAME)/htdocs/ - $(CP) $(PKG_BUILD_DIR)/resources/splash.jpg $(1)/etc/$(PKG_NAME)/htdocs/images/ + $(INSTALL_DIR) $(1)/etc/nodogsplash/htdocs/images + $(CP) $(PKG_BUILD_DIR)/resources/splash.html $(1)/etc/nodogsplash/htdocs/ + $(CP) $(PKG_BUILD_DIR)/resources/infoskel.html $(1)/etc/nodogsplash/htdocs/ + $(CP) $(PKG_BUILD_DIR)/resources/splash.jpg $(1)/etc/nodogsplash/htdocs/images/ endef define Package/nodogsplash2/conffiles