mirror of
https://github.com/nmap/nmap.git
synced 2026-01-08 23:49:03 +00:00
no longer strip Nmap binary. It was causing problems on OS X, and I noticed that debian package removes that too
This commit is contained in:
@@ -177,7 +177,7 @@ my_distclean:
|
||||
|
||||
install-nmap: $(TARGET)
|
||||
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(nmapdatadir)
|
||||
$(INSTALL) -c -m 755 -s nmap $(DESTDIR)$(bindir)/nmap
|
||||
$(INSTALL) -c -m 755 nmap $(DESTDIR)$(bindir)/nmap
|
||||
$(INSTALL) -c -m 644 docs/$(TARGET).1 $(DESTDIR)$(mandir)/man1/$(TARGET).1
|
||||
$(INSTALL) -c -m 644 docs/nmap.xsl $(DESTDIR)$(nmapdatadir)/
|
||||
$(INSTALL) -c -m 644 docs/nmap.dtd $(DESTDIR)$(nmapdatadir)/
|
||||
|
||||
Reference in New Issue
Block a user