diff options
Diffstat (limited to 'package/wprobe/Makefile')
-rw-r--r-- | package/wprobe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/wprobe/Makefile b/package/wprobe/Makefile index 89f0450f02..7fccaa2baf 100644 --- a/package/wprobe/Makefile +++ b/package/wprobe/Makefile @@ -103,7 +103,8 @@ define Package/wprobe-info/install endef define Package/wprobe-export/install - $(INSTALL_DIR) $(1)/sbin + $(INSTALL_DIR) $(1)/sbin $(1)/etc/init.d + $(INSTALL_BIN) ./files/wprobe.init $(1)/etc/init.d/ $(INSTALL_BIN) $(PKG_BUILD_DIR)/exporter/wprobe-export $(1)/sbin/ endef |