X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=nodogsplash2%2FMakefile;h=ccebc7896347260f9fa040f7bc50c10775ff95eb;hb=0d1c5f77d405091c8e87f7128d428f7a65ad863b;hp=f8a2344b989f3bffff5a7ddd8a3b68aa3ed75083;hpb=9a23cb441209ea78d7fdf19d02b301c289534891;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