maharmstone / ntfs2btrfs

GNU General Public License v2.0
678 stars 29 forks source link

sbin install path should be relocatable (cmake) #34

Closed foxlet closed 2 years ago

foxlet commented 2 years ago

Currently ntfs2btrfs gets installed to sbin by default, however some distributions (e.g. Void Linux) do not allow this as they symlink sbin to bin. A cmake flag to set this would be useful in order to get it packaged.

maharmstone commented 2 years ago

I'm guessing from https://github.com/void-linux/void-packages/pull/33396 that it's confusing their build system - CMake of course has no problems with symlinks itself.

Does https://github.com/maharmstone/ntfs2btrfs/commit/f97247434ecda2cd2c451da5c73c3af98dfaea35 sort this?

foxlet commented 2 years ago

Yep, that works, thanks :)