john30 / ebusd

daemon for communication with eBUS heating systems
GNU General Public License v3.0
592 stars 136 forks source link

src/{ebusd,tools}/CMakeLists.txt: remove usr path #1143

Closed ConiKost closed 10 months ago

ConiKost commented 10 months ago

/usr should not be hardcoded, as otherwise this will cause a double prefix during installation.

The correct prefix is already being handled by CMAKE_INSTALL_PREFIX.

Example:

/usr/usr/bin/ebuspicloader /usr/usr/bin/ebusctl /usr/usr/bin/ebusd