Closed
Description
Currently, SETUPTOOLS_DEB_LAYOUT defaults to ON. This beaks on non-debain-based systems such as OS X, Windows, Gentoo, Arch, Fedora, etc.
Is it possible to make SETUPTOOLS_DEB_LAYOUT default to OFF, and turn it on if a deb-specific file exists; perhaps /etc/debian_version ?
if(EXISTS /etc/debian_version) ...
Metadata
Assignees
Labels
No labels