proftpd: remove redundant newline escape
Broken since 0e18b0a4e1
(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
|
||||
$(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; \
|
||||
$(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
|
||||
|
||||
define PROFTPD_INSTALL_INIT_SYSV
|
||||
|
Loading…
Reference in New Issue
Block a user