X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=nodogsplash2%2FMakefile;fp=nodogsplash2%2FMakefile;h=ccebc7896347260f9fa040f7bc50c10775ff95eb;hb=9e5cb3bd25d317a3f0a753199856c4e74e517ed6;hp=f8a2344b989f3bffff5a7ddd8a3b68aa3ed75083;hpb=0b33235ddb62c302d6b30c3902e03be75d482b91;p=lede-routing%2F.git 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