The distutils documentation specifies that when the target directory for data_files is a relative path, the files will be installed relative to sys.prefix
. On my system (Linux Mint), this is /usr
; however, the data_files are instead installing to /usr/local
.
How can I correct this without losing cross-platform support?