raspberrypi / utils

A collection of scripts and simple applications
BSD 3-Clause "New" or "Revised" License
136 stars 41 forks source link

CMake: Use GNUInstallDirs #18

Closed XECDesign closed 1 year ago

XECDesign commented 1 year ago

Currently, dtmerge.1 gets installed into /usr/{local}/man/. The global path for manpages should be /usr/share/man.

This PR fixes that and also uses GNUInstallDirs for everything else. Functionally it should make no difference, but if shared objects get added later, it will save some headache when packaging everything.