1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Ensure Zenmap modules are available for calculating deps

This commit is contained in:
dmiller
2023-03-18 20:26:02 +00:00
parent c0b8bc300f
commit 37ac2f482e

View File

@@ -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