mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Fix copy startscript for inbd
This commit is contained in:
parent
417a9d11ef
commit
fe178ac7f3
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ define Package/inbd/install
|
|||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_DIR) $(1)/etc/init.d/
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/inbd $(1)/usr/bin/
|
||||
cp files/etc/init.d/inbd $(1)/etc/init.d/
|
||||
cp $(PKG_BUILD_DIR)/files/etc/init.d/inbd $(1)/etc/init.d/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,inbd))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue