Browse Source

msmtp: Fix typo

Fix typo in msmtp Makefile PACAKGE -> PACKAGE

Signed-off-by: Yannick Chabanois <ycarus@zugaina.org>
lilik-openwrt-22.03
Ycarus 6 years ago
committed by Hannu Nyman
parent
commit
f12162388d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mail/msmtp/Makefile

+ 1
- 1
mail/msmtp/Makefile View File

@ -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


Loading…
Cancel
Save