mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
msmtp: Fix typo
Fix typo in msmtp Makefile PACAKGE -> PACKAGE Signed-off-by: Yannick Chabanois <ycarus@zugaina.org>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user