[PATCH] [WoK] Github #138: fix loadash Makefile.am

From: Daniel Henrique Barboza <danielhb@linux.vnet.ibm.com> Co-authored-by: Aline Manera <alinefm@linux.vnet.ibm.com> The path to lodashdir was wrong and was breaking WoK startup when executing into RPM. Signed-off-by: Daniel Henrique Barboza <danielhb@linux.vnet.ibm.com> --- ui/libs/lodash/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/libs/lodash/Makefile.am b/ui/libs/lodash/Makefile.am index 25c9cb1..f534901 100644 --- a/ui/libs/lodash/Makefile.am +++ b/ui/libs/lodash/Makefile.am @@ -16,6 +16,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -lodashdir = $(datadir)/wok/ui/libs/lodash.js +lodashdir = $(datadir)/wok/ui/libs/lodash dist_lodash_DATA = $(wildcard *.js) $(NULL) -- 2.5.5
participants (2)
-
Aline Manera
-
dhbarboza82@gmail.com