summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2021-06-02 17:40:07 -0500
committerMatthias Maier <tamiko@gentoo.org>2021-06-02 17:41:22 -0500
commitb8c36a8fa905a95c36640ee777905378c66ac8e1 (patch)
tree1d86659a805766d9918363542791b92c0313d693
parentnet-analyzer/flent: version bump to 2.0.0 (diff)
downloadtamiko-b8c36a8fa905a95c36640ee777905378c66ac8e1.tar.gz
tamiko-b8c36a8fa905a95c36640ee777905378c66ac8e1.tar.bz2
tamiko-b8c36a8fa905a95c36640ee777905378c66ac8e1.zip
sys-fs/btrfs-heatmap: fix installation
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
-rw-r--r--sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}