qw3rtty / neix

neix - a RSS/Atom feed reader for your terminal.
GNU General Public License v3.0
200 stars 12 forks source link

Use CMake var for install location #5

Closed jubalh closed 3 years ago

jubalh commented 3 years ago

Most Linux distros won't want to install this in /usr/local/.

Let's use the CMake macros CMAKE_INSTALL_BINDIR and CMAKE_INSTALL_MANDIR. According to https://cmake.org/cmake/help/v3.0/module/GNUInstallDirs.html those should be right.

qw3rtty commented 3 years ago

Thanks for your pull requests! On this one I learned a new thing. :)

qw3rtty commented 3 years ago

I also created a new release :)