summaryrefslogtreecommitdiff
path: root/tests/plugins/pack
diff options
context:
space:
mode:
authorruki <[email protected]>2023-12-22 22:55:05 +0800
committerruki <[email protected]>2023-12-22 22:55:05 +0800
commit80937fbe6cf18a5372cdadb012a92ffc3985719b (patch)
tree7f3d725b78ffc0486e7fc02e429be143cbbb9b6c /tests/plugins/pack
parente7e4a16ed6bb8e2f1db5fc28d5ad2920e3c8e41b (diff)
pack rpm
Diffstat (limited to 'tests/plugins/pack')
-rw-r--r--tests/plugins/pack/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/pack/xmake.lua b/tests/plugins/pack/xmake.lua
index fc45c7fad..1ce179b33 100644
--- a/tests/plugins/pack/xmake.lua
+++ b/tests/plugins/pack/xmake.lua
@@ -19,7 +19,7 @@ target("foo")
add_packages("zlib")
xpack("test")
- set_formats("nsis", "srpm", "zip", "targz", "srczip", "srctargz", "runself")
+ set_formats("nsis", "srpm", "rpm", "zip", "targz", "srczip", "srctargz", "runself")
set_title("hello")
set_author("ruki")
set_description("A test installer.")