mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
pkg: fix version number derivation and missing replacement
This commit is contained in:
parent
aa0affc7e7
commit
656c5ada7e
4
Makefile
4
Makefile
@ -54,9 +54,9 @@ _NEXTBETA!= ${GIT} tag -l ${CORE_NEXT}.b
|
||||
. if !empty(_NEXTBETA)
|
||||
_NEXTMATCH= --match=${CORE_NEXT}.b
|
||||
. else
|
||||
_NEXTDEVEL!= ${GIT} tag -l ${CORE_NEXT}\*
|
||||
_NEXTDEVEL!= ${GIT} tag -l ${CORE_ABI}\*
|
||||
. if !empty(_NEXTDEVEL)
|
||||
_NEXTMATCH= --match=${CORE_NEXT}\*
|
||||
_NEXTMATCH= --match=${CORE_ABI}\*
|
||||
. endif
|
||||
. endif
|
||||
. elif ${CORE_TYPE:M[Bb][Uu][Ss]*}
|
||||
|
||||
@ -85,6 +85,7 @@ REPLACEMENTS= CORE_ABI \
|
||||
CORE_HASH \
|
||||
CORE_MAINTAINER \
|
||||
CORE_NAME \
|
||||
CORE_NEXT \
|
||||
CORE_NICKNAME \
|
||||
CORE_PACKAGESITE \
|
||||
CORE_PKGVERSION \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user