1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-20 13:19:01 +00:00

Change paths in Makefile and zenmap.spec.in to match Zenmap file name changes.

This commit is contained in:
david
2007-11-15 20:51:55 +00:00
parent 5ac140d710
commit 809a1e4612
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -58,7 +58,7 @@ gzip $RPM_BUILD_ROOT%{_mandir}/man1/* || :
%{python_sitelib}/*
%{_datadir}/icons/*
%{_datadir}/pixmaps/*
%{_datadir}/umit
%{_datadir}/zenmap
%changelog