nodogsplash2: fix install folder to match the orignal nodogsplash package (#317)
This commit is contained in:
parent
0b33235ddb
commit
9e5cb3bd25
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue