mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
hostmngr: avoid creating /scripts directory in the root
This commit is contained in:
parent
27f466ae8d
commit
356c6c76d2
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ endif
|
||||||
MAKE_PATH:=src
|
MAKE_PATH:=src
|
||||||
|
|
||||||
define Package/hostmngr/install
|
define Package/hostmngr/install
|
||||||
$(CP) ./files/* $(1)/
|
$(CP) ./files/etc $(1)/
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(INSTALL_DIR) $(1)/etc/hostmngr/
|
$(INSTALL_DIR) $(1)/etc/hostmngr/
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/hostmngr $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/hostmngr $(1)/usr/sbin/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue