mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Ensure Zenmap modules are available for calculating deps
This commit is contained in:
parent
c0b8bc300f
commit
37ac2f482e
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue