mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +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
|
||||
$(call Package/msmtp/Default)
|
||||
TITLE+= (as MTA)
|
||||
DEPENDS+=@(PACKAGE_msmtp||PACAKGE_msmtp-nossl)
|
||||
DEPENDS+=@(PACKAGE_msmtp||PACKAGE_msmtp-nossl)
|
||||
endef
|
||||
|
||||
define Package/msmtp-mta/description
|
||||
|
||||
Reference in New Issue
Block a user