You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The executable should not be in /usr/sbin as that is for packages only.
Using GNUInstallDirs gives the right dir by default and
allows distros to install into /usr/sbin when they want.
Fixes: otakuto#29
crazydiskinfo/CMakeLists.txt
Line 10 in 803a585
CMakeLists.txtの10行目を見たところ、どうやら標準では/usr/sbinにインストールされるようですが、これを/usr/local/sbinに変更してはどうでしょうか。
多くのLinuxディストリビューションでは/usr/sbinはパッケージマネージャーによってインストールされたプログラムが置かれる場所であり、手動でmakeしたプログラムは/usr/local/sbin (もしくは/usr/local/bin)にインストールしたほうが行儀が良いと感じます。
/usr/sbinにインストールしたい人はcmakeのオプションで変更すればいい話かと思います。
どうでしょうか。
The text was updated successfully, but these errors were encountered: