nodogsplash: Add missing install directories (#460)
Add missing install directories in revised Makefile Signed-off-by: Rob White rob@blue-wave.net
This commit is contained in:
parent
b01e4b0e7c
commit
f049dfde5b
1 changed files with 4 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue