From 37ac2f482e9f80d09d1cc438d82e256ad10d55ce Mon Sep 17 00:00:00 2001 From: dmiller Date: Sat, 18 Mar 2023 20:26:02 +0000 Subject: [PATCH] Ensure Zenmap modules are available for calculating deps --- zenmap/install_scripts/macosx/make-bundle.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zenmap/install_scripts/macosx/make-bundle.sh b/zenmap/install_scripts/macosx/make-bundle.sh index c0c002343..7f37d05c4 100755 --- a/zenmap/install_scripts/macosx/make-bundle.sh +++ b/zenmap/install_scripts/macosx/make-bundle.sh @@ -24,6 +24,9 @@ $CC $CPPFLAGS $CFLAGS $LDFLAGS -L$PREFIX/lib `python3-config --cflags --ldflags -o $PREFIX/bin/zenmap-launcher \ ~/gtk-mac-bundler/examples/python-launcher.c +echo "Installing Zenmap to local system" +python3 setup.py install vanilla --prefix "$PREFIX" + echo "Generating dependencies" # Have to run this with ~/gtk/inst/python3 or deps have wrong paths export XDG_DATA_DIRS=$PREFIX/share