diff options
author | 2021-12-15 12:17:43 +0100 | |
---|---|---|
committer | 2021-12-15 12:22:01 +0100 | |
commit | 0c9eae2fbe3d88e33f8d6c6c9e3699dffbcd060d (patch) | |
tree | 3bbf3f7babfea71d70b11cbc653d3022eba22d27 /sys-fs | |
parent | net-im/element-desktop-bin: upgrade to 1.9.7 (diff) | |
download | gentoo-0c9eae2fbe3d88e33f8d6c6c9e3699dffbcd060d.tar.gz gentoo-0c9eae2fbe3d88e33f8d6c6c9e3699dffbcd060d.tar.bz2 gentoo-0c9eae2fbe3d88e33f8d6c6c9e3699dffbcd060d.zip |
sys-fs/bcache-tools: install bcache-export-cached udev helper
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/bcache-tools/bcache-tools-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/bcache-tools/bcache-tools-9999.ebuild b/sys-fs/bcache-tools/bcache-tools-9999.ebuild index 5cb77851e552..786d5a78b1ab 100644 --- a/sys-fs/bcache-tools/bcache-tools-9999.ebuild +++ b/sys-fs/bcache-tools/bcache-tools-9999.ebuild @@ -46,7 +46,7 @@ src_install() { dosbin bcache make-bcache bcache-super-show exeinto $(get_udevdir) - doexe bcache-register probe-bcache + doexe bcache-register probe-bcache bcache-export-cached python_foreach_impl python_doscript bcache-status |