From e35311232d445916222bac7be5ab72ed592fa3a7 Mon Sep 17 00:00:00 2001 From: R Veera Kumar Date: Sun, 10 Oct 2021 12:38:11 +0530 Subject: [PATCH] Fix for vtr file path --- symbiflow-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symbiflow-install b/symbiflow-install index 4f2980d..eab9fd0 100755 --- a/symbiflow-install +++ b/symbiflow-install @@ -100,7 +100,7 @@ cmake -DBUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local/symbiflow/vtr .. make -j $(nproc) make install install -d -m 0755 /usr/local/symbiflow/share/vtr -cp libs/libvtrcapnproto/gen/rr_graph_uxsdcxx.capnp /usr/local/symbiflow/share/vtr +cp ../libs/libvtrcapnproto/gen/rr_graph_uxsdcxx.capnp /usr/local/symbiflow/share/vtr export PATH=/usr/local/symbiflow/vtr/bin:$PATH cd ../.. -- 2.30.2