aryx/yacfe

Remove references to ""/home/pad".

pmetzger opened this issue · 4 comments

There are lots of places in the code and associated scripts that hardcode locations in "/home/pad". These should be fixed.

I may get to this at some point, but I wanted to leave a placeholder trouble ticket for it.

Try locating and replacing with your editor.

Try locating and replacing with your editor.

That's not a way to produce portable library software that can be installed with opam, which is an eventual goal here. One needs to have the code generic.

aryx commented

Yep, totally.

You have to set env variable:

export YACFE_HOME=/home/test/tmp/yacfe

It works with me.