summarylogtreecommitdiffstats
path: root/find-deps.py
AgeCommit message (Collapse)Author
2018-08-19find-deps: use direct path for pythonPhilip Sequeira
This is always expected to be running on Arch or similarly configured systems so we know exactly where the system's Python is going to be, and that's the one we want to use. No need to risk problems from e.g. custom builds ahead of it in the path.
2015-08-20message on first install about installing optional featuresPhilip Sequeira
Also, use a better (?) way to avoid the false fakeroot dependency, and print detected dependencies when packaging.
2015-06-09inital importPhilip Sequeira