Skip to content

Commit 65c4a56

Browse files
James Martinkuenishi
authored andcommitted
Cleaned up file.
1 parent 667e3c2 commit 65c4a56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg.vars.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
%%
55
%% Packaging
66
%%
7-
{package_name, "basho-bench"}.
8-
{package_install_name, "basho-bench"}.
7+
{package_name, "bashobench"}.
8+
{package_install_name, "bashobench"}.
99
{package_install_user, "bashobench"}.
1010
{package_install_group, "bashobench"}.
1111
{package_install_user_desc, "Basho-bench user"}.
1212
{package_shortdesc, "Bashobench benchmarking tool"}.
1313
{package_desc, "Benchmarking tool"}.
14-
{package_commands, {list, [[{name, "basho-bench"}]]}}.
14+
{package_commands, {list, [[{name, "bashobench"}]]}}.
1515
{package_patch_dir, "basho-patches"}.
1616
{bin_or_sbin, "bin"}.
1717
{license_type, "OSS"}.
@@ -21,4 +21,4 @@
2121
{vendor_contact_name, "Basho Package Maintainer"}.
2222
{vendor_contact_email, "[email protected]"}.
2323
{license_full_text, "This software is provided under license from Basho Technologies."}.
24-
{solaris_pkgname, "BASHObasho-bench"}.
24+
{solaris_pkgname, "BASHObashobench"}.

0 commit comments

Comments
 (0)