mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
iopsys-analytics: fix typo in Makefile conditional
syslong-ng -> syslog-ng
This commit is contained in:
parent
397611aff5
commit
a9b3a392dd
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ define Package/$(PKG_NAME)/install
|
|||
ifneq ($(CONFIG_PACKAGE_fluent-bit),)
|
||||
$(CP) -r $(PKG_BUILD_DIR)/files/fluent-bit/* $(1)/
|
||||
endif
|
||||
ifneq ($(CONFIG_PACKAGE_syslong-ng),)
|
||||
ifneq ($(CONFIG_PACKAGE_syslog-ng),)
|
||||
$(CP) -r $(PKG_BUILD_DIR)/files/syslog-ng/* $(1)/
|
||||
endif
|
||||
endef
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue