Open geekmichael opened 7 years ago
Also experiencing this. What is the latest on this issue?
What should $BINDIR be set to?
has anyone find a solution for this issue??
The BINDIR is used to choose where a small script "op5-manage-users" is installed. This is a command line tool to manage users in ninja. You can choose for yourself where to put it, /usr/local/bin/ could be a good choice.
You can do so by calling make install:
make install BINDIR=/usr/local/bin/
That should probably be the default value.
In the Makefile there is
but no pre-defined BINDIR. It causes error while running 'make install', see below: