mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
pigeonhole: Make version apk compatible
Make the version compatible with apk. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=dovecot-pigeonhole
|
||||
PKG_VERSION_PLUGIN:=0.5.21
|
||||
PKG_VERSION_DOVECOT:=$(shell make --no-print-directory -C ../dovecot/ val.PKG_VERSION V=s)
|
||||
PKG_VERSION:=$(PKG_VERSION_DOVECOT)-$(PKG_VERSION_PLUGIN)
|
||||
PKG_VERSION:=$(PKG_VERSION_DOVECOT).$(PKG_VERSION_PLUGIN)
|
||||
PKG_RELEASE:=1
|
||||
|
||||
DOVECOT_VERSION:=2.3
|
||||
|
||||
Reference in New Issue
Block a user