[Typo] Use NEWLINE macros instead of newline

There is no 'newline' variable defined, but 'NEWLINE' is.

Change-Id: I48412b912df3715c515a7e356a0134b9644fa84e
This commit is contained in:
Dmitry Teselkin 2016-06-01 16:57:49 +03:00
parent 214a08ecd8
commit 139edb74aa
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ deb $(MIRROR_MOS_UBUNTU_METHOD)://$(MIRROR_MOS_UBUNTU)$(MIRROR_MOS_UBUNTU_ROOT)
deb $(MIRROR_MOS_UBUNTU_METHOD)://$(MIRROR_MOS_UBUNTU)$(MIRROR_MOS_UBUNTU_ROOT) $(MIRROR_MOS_UBUNTU_SUITE)-holdback $(MIRROR_MOS_UBUNTU_SECTION)
#Extra repositories
$(if $(EXTRA_DEB_REPOS),$(subst |,$(newline)deb ,deb $(EXTRA_DEB_REPOS)))
$(if $(EXTRA_DEB_REPOS),$(subst |,$(NEWLINE)deb ,deb $(EXTRA_DEB_REPOS)))
endef
define apt_preferences