We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9591224 commit 83f87c1Copy full SHA for 83f87c1
Makefile
@@ -1,4 +1,3 @@
1
-PLUGIN_NAME = Jabber
2
-
3
all:
4
- @ git archive HEAD --prefix=${PLUGIN_NAME}/ --format=zip -o ${PLUGIN_NAME}.zip
+ @ echo "Build archive for plugin ${plugin} version=${version}"
+ @ git archive HEAD --prefix=${plugin}/ --format=zip -o ${plugin}-${version}.zip
0 commit comments