msmtp: Fix typo
Fix typo in msmtp Makefile PACAKGE -> PACKAGE Signed-off-by: Yannick Chabanois <ycarus@zugaina.org>
This commit is contained in:
parent
a0ba485b22
commit
f12162388d
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ endef
|
||||||
define Package/msmtp-mta
|
define Package/msmtp-mta
|
||||||
$(call Package/msmtp/Default)
|
$(call Package/msmtp/Default)
|
||||||
TITLE+= (as MTA)
|
TITLE+= (as MTA)
|
||||||
DEPENDS+=@(PACKAGE_msmtp||PACAKGE_msmtp-nossl)
|
DEPENDS+=@(PACKAGE_msmtp||PACKAGE_msmtp-nossl)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/msmtp-mta/description
|
define Package/msmtp-mta/description
|
||||||
|
|
Loading…
Reference in a new issue