From c9682ce83096f329cfe498cb095ef00943828e2f Mon Sep 17 00:00:00 2001 From: David Galloway Date: Wed, 13 Apr 2022 15:19:05 -0400 Subject: [PATCH] debian: Fix File not found ... cephfs_top-*.egg-info Copying what was done in e6eee052220e78b09fab04dab27ef7901ffbe8f3 but for cephfs-top Signed-off-by: David Galloway --- debian/cephfs-top.install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/cephfs-top.install b/debian/cephfs-top.install index 930396b0c68..55be821eb7c 100644 --- a/debian/cephfs-top.install +++ b/debian/cephfs-top.install @@ -1,2 +1,3 @@ +#! /usr/bin/dh-exec usr/bin/cephfs-top -usr/lib/python3*/dist-packages/cephfs_top-*.egg-info +usr/lib/python3*/site-packages/cephfs_top-*.egg-info /usr/lib/python3/dist-packages/ -- 2.47.3