Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

既定のインストール先の変更 #29

Open
ghost opened this issue Jul 23, 2020 · 0 comments
Open

既定のインストール先の変更 #29

ghost opened this issue Jul 23, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Jul 23, 2020

INSTALL(TARGETS CrazyDiskInfo RUNTIME DESTINATION /usr/sbin)

CMakeLists.txtの10行目を見たところ、どうやら標準では/usr/sbinにインストールされるようですが、これを/usr/local/sbinに変更してはどうでしょうか。
多くのLinuxディストリビューションでは/usr/sbinはパッケージマネージャーによってインストールされたプログラムが置かれる場所であり、手動でmakeしたプログラムは/usr/local/sbin (もしくは/usr/local/bin)にインストールしたほうが行儀が良いと感じます。

/usr/sbinにインストールしたい人はcmakeのオプションで変更すればいい話かと思います。

どうでしょうか。

pabs3 added a commit to pabs3/crazydiskinfo that referenced this issue Nov 25, 2021
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants