Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit d82b036

Browse files
committed
Fix patch dir.
1 parent 3e73cb8 commit d82b036

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg.vars.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{package_shortdesc, "Lasp: A Language for Distributed, Eventually Consistent Computations"}.
1414
{package_desc, "Lasp: A Language for Distributed, Eventually Consistent Computations"}.
1515
{bin_or_sbin, "sbin"}.
16-
{package_patch_dir, "basho-patches"}.
16+
{package_patch_dir, "lasp-patches"}.
1717
{solaris_pkgname, "LASPlang"}.
1818
{license_type, "Apache 2"}.
1919
{copyright, "2015 Christopher Meiklejohn"}.

rel/reltool.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@
5555
{template, "../deps/eleveldb/priv/eleveldb.schema",
5656
"lib/21-leveldb.schema"},
5757

58-
{mkdir, "lib/basho-patches"}
58+
{mkdir, "lib/lasp-patches"}
5959
]}.

0 commit comments

Comments
 (0)