Skip to content

Commit d4ad3c7

Browse files
committed
other-configs: coccinelle point it to native install
In commit 13e103e ("build-env.sh: coccinelle: Switch to prebuilt package") we switched to native install of coccinelle. however, in the container environment, paths still point to the path that would have been used if locally built.. uggh.. Fix the same. Signed-off-by: Nishanth Menon <nm@ti.com>
1 parent 6875f40 commit d4ad3c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
2-
export PYTHONPATH=$PYTHONPATH:/usr/local/lib/coccinelle/python
3-
export COCCINELLE_HOME=/usr/local/lib/coccinelle/
2+
export PYTHONPATH=$PYTHONPATH:/usr/lib/coccinelle/python
3+
export COCCINELLE_HOME=/usr/lib/coccinelle/

0 commit comments

Comments
 (0)