mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 23:34:32 +04:00
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:
committed by
Moritz Warning
parent
b01e4b0e7c
commit
f049dfde5b
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user