mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Change paths in Makefile and zenmap.spec.in to match Zenmap file name changes.
This commit is contained in:
parent
5ac140d710
commit
809a1e4612
2 changed files with 2 additions and 2 deletions
|
|
@ -192,7 +192,7 @@ $(ZENMAPDIR)/setup.py:
|
|||
cd $(ZENMAPDIR) && install_scripts/unix/setup.sh
|
||||
|
||||
# Update the version number used by Zenmap.
|
||||
$(ZENMAPDIR)/umitCore/Version.py $(ZENMAPDIR)/share/umit/config/umit_version: nmap.h
|
||||
$(ZENMAPDIR)/umitCore/Version.py $(ZENMAPDIR)/share/zenmap/config/zenmap_version: nmap.h
|
||||
cd $(ZENMAPDIR) && $(PYTHON) install_scripts/utils/version_update.py "$(NMAP_VERSION)"
|
||||
|
||||
build-zenmap: $(ZENMAPDIR)/setup.py $(ZENMAPDIR)/umitCore/Version.py
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ gzip $RPM_BUILD_ROOT%{_mandir}/man1/* || :
|
|||
%{python_sitelib}/*
|
||||
%{_datadir}/icons/*
|
||||
%{_datadir}/pixmaps/*
|
||||
%{_datadir}/umit
|
||||
%{_datadir}/zenmap
|
||||
|
||||
%changelog
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue