make: add proper merge target origin

This commit is contained in:
Franco Fichtner 2026-04-17 09:30:58 +02:00
parent 846f3f5f23
commit 58c1ae78b5
2 changed files with 2 additions and 0 deletions

View file

@ -56,6 +56,7 @@ PLUGIN_ABI?= ${PLUGIN_ABIS:[1]}
PLUGIN_MAINS= master main
PLUGIN_MAIN?= ${PLUGIN_MAINS:[1]}
PLUGIN_STABLE?= stable/${PLUGIN_ABI}
PLUGIN_ORIGIN?= community
PHPBIN= ${LOCALBASE}/bin/php

View file

@ -28,5 +28,6 @@ CORE_ABIS= ${PLUGIN_ABIS}
CORE_MAIN= ${PLUGIN_MAIN}
CORE_MAINS= ${PLUGIN_MAINS}
CORE_STABLE= ${PLUGIN_STABLE}
CORE_UPSTREAM= ${PLUGIN_UPSTREAM}
.-include "${PLUGINSDIR}/../core/Mk/git.mk"