mirror of
https://github.com/netbirdio/OPNsensePlugins.git
synced 2026-05-22 18:42:59 -07:00
Framework: fix standard development annotation (as used for package name)
This commit is contained in:
+4
-1
@@ -51,8 +51,11 @@ check:
|
||||
. endif
|
||||
.endfor
|
||||
|
||||
_PLUGIN_DEVEL?= yes
|
||||
.if defined(_PLUGIN_DEVEL)
|
||||
PLUGIN_DEVEL?:= ${_PLUGIN_DEVEL}
|
||||
.else
|
||||
PLUGIN_DEVEL?= yes
|
||||
.endif
|
||||
|
||||
PLUGIN_PREFIX?= os-
|
||||
PLUGIN_SUFFIX?= -devel
|
||||
|
||||
Reference in New Issue
Block a user