Skip to content

utils: Don't hard-code the path to python

Ting-Wei Lan requested to merge wip/lantw/dont-hard-code-usr-bin-python2 into master

It causes tracker to fail to build on FreeBSD because python is usually installed in a different prefix, such as /usr/local, on FreeBSD.

Merge request reports