mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
proftpd: remove redundant newline escape
Broken since 0e18b0a4e12e7 (proftpd: install configuration file unconditionally). Fixes the following make error: package/proftpd/proftpd.mk:49: *** missing 'endef', unterminated 'define'. Stop. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
6d1ab19be4
commit
0f534ca30a
@ -49,7 +49,7 @@ PROFTPD_MAKE = $(MAKE1)
|
|||||||
define PROFTPD_INSTALL_TARGET_CMDS
|
define PROFTPD_INSTALL_TARGET_CMDS
|
||||||
$(INSTALL) -D -m 0755 $(@D)/proftpd $(TARGET_DIR)/usr/sbin/proftpd
|
$(INSTALL) -D -m 0755 $(@D)/proftpd $(TARGET_DIR)/usr/sbin/proftpd
|
||||||
$(INSTALL) -m 0644 -D $(@D)/sample-configurations/basic.conf $(TARGET_DIR)/etc/proftpd.conf; \
|
$(INSTALL) -m 0644 -D $(@D)/sample-configurations/basic.conf $(TARGET_DIR)/etc/proftpd.conf; \
|
||||||
$(if $(BR2_INET_IPV6),,$(SED) 's/^UseIPv6/# UseIPv6/' $(TARGET_DIR)/etc/proftpd.conf;) \
|
$(if $(BR2_INET_IPV6),,$(SED) 's/^UseIPv6/# UseIPv6/' $(TARGET_DIR)/etc/proftpd.conf;)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define PROFTPD_INSTALL_INIT_SYSV
|
define PROFTPD_INSTALL_INIT_SYSV
|
||||||
|
Loading…
x
Reference in New Issue
Block a user