summaryrefslogtreecommitdiff
path: root/xmake/plugins/pack/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-12-21 14:41:31 +0800
committerGitHub <[email protected]>2023-12-21 14:41:31 +0800
commitb9bcacc934f10e034e7429a53921814c16d994ec (patch)
tree88f65d5e7491a08f21010042b670cfc08344022d /xmake/plugins/pack/xmake.lua
parent1597b1aab9db774d123f37a4ae38d145cef3f1bb (diff)
parent16271a7919d9ee12203f1ba5774d73f720b79451 (diff)
Merge pull request #4515 from xmake-io/rpm
Support to pack srpm package
Diffstat (limited to 'xmake/plugins/pack/xmake.lua')
-rw-r--r--xmake/plugins/pack/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/pack/xmake.lua b/xmake/plugins/pack/xmake.lua
index 96b0d2070..6ed3b6d3f 100644
--- a/xmake/plugins/pack/xmake.lua
+++ b/xmake/plugins/pack/xmake.lua
@@ -32,7 +32,7 @@ task("pack")
"e.g.",
" - xmake pack -f nsis,deb,rpm",
"values:",
- values = {"nsis", "deb", "rpm", "runself", "targz", "zip", "srctargz", "srczip"}},
+ values = {"nsis", "deb", "srpm", "runself", "targz", "zip", "srctargz", "srczip"}},
{},
{nil, "packages", "vs", nil, "The package names."}
}