From: Daniel Henrique Barboza <danielhb(a)linux.vnet.ibm.com>
Co-authored-by: Aline Manera <alinefm(a)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(a)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