17,7 → 17,7 |
INSTALLROOT=$(DESTDIR)$(prefix) |
MANROOT=$(INSTALLROOT)/share/man |
# Where to install additional packages |
PYTHONROOT=$(DESTDIR)$(shell python -c "import sys;from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='$(prefix)')") |
PYTHONROOT=$(DESTDIR)$(shell python -c "import sys;from distutils import sysconfig; print(sysconfig.get_python_lib(0,0,prefix='$(prefix)'))") |
DUSETUP=python3 setup.py # Distutils' setup |
# Debian derived systems need special treatment for clean uninstalls |
# since it uses different than standard directories |