mwatts@redhat.com has uploaded this change for review.

View Change

packaging: fix ganesha-top install on el10

This commit works around antique python install logic
for ganesha-top.

"mkdir -p build/lib" invites the python installer to recursively search
for all .py files, which results in really weird behavior when it finds
build/lib. We don't need this, so get rid of it. The goal is that
the wheel that comes out of this should not have setup.py or build/lib,
or any variation thereof.

package_dir isn't needed here, so get rid of it.

Change-Id: Ibb118d6c6666efe5d4909d7cb14225d7a0ddc60d
Signed-off-by: Marcus Watts <mwatts@redhat.com>
---
M src/scripts/ganesha-top/CMakeLists.txt
M src/scripts/ganesha-top/setup.py.in
2 files changed, 0 insertions(+), 2 deletions(-)

git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/95/1241295/1

To view, visit change 1241295. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Ibb118d6c6666efe5d4909d7cb14225d7a0ddc60d
Gerrit-Change-Number: 1241295
Gerrit-PatchSet: 1
Gerrit-Owner: mwatts@redhat.com