commit: b8c36a8fa905a95c36640ee777905378c66ac8e1
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 2 22:40:07 2021 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Wed Jun 2 22:41:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=b8c36a8f
sys-fs/btrfs-heatmap: fix installation
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
b/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
index 8e9b853..c0b3bd1 100644
--- a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
+++ b/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
@@ -26,7 +26,7 @@ DEPEND="${RDEPEND}"
src_install()
{
- newbin heatmap.py btrfs-heatmap
+ dobin btrfs-heatmap
python_fix_shebang "${ED}"/usr/bin/btrfs-heatmap
default
}