mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/tvheadend: drop spurious spaces
Drop spurious spaces added by commit
14989d0be5
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
aaf7b2c9c6
commit
d3ce8fecac
@@ -194,8 +194,10 @@ TVHEADEND_POST_INSTALL_TARGET_HOOKS += TVHEADEND_CLEAN_SHARE
|
|||||||
# to the other users (because there will be crendentials in there)
|
# to the other users (because there will be crendentials in there)
|
||||||
|
|
||||||
define TVHEADEND_INSTALL_INIT_SYSV
|
define TVHEADEND_INSTALL_INIT_SYSV
|
||||||
$(INSTALL) -D package/tvheadend/etc.default.tvheadend $(TARGET_DIR)/etc/default/tvheadend
|
$(INSTALL) -D package/tvheadend/etc.default.tvheadend \
|
||||||
$(INSTALL) -D package/tvheadend/S99tvheadend $(TARGET_DIR)/etc/init.d/S99tvheadend
|
$(TARGET_DIR)/etc/default/tvheadend
|
||||||
|
$(INSTALL) -D package/tvheadend/S99tvheadend \
|
||||||
|
$(TARGET_DIR)/etc/init.d/S99tvheadend
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define TVHEADEND_USERS
|
define TVHEADEND_USERS
|
||||||
|
|||||||
Reference in New Issue
Block a user