diff options
Diffstat (limited to 'data/nmap/strip.diff')
-rw-r--r-- | data/nmap/strip.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/nmap/strip.diff b/data/nmap/strip.diff new file mode 100644 index 000000000..57368466a --- /dev/null +++ b/data/nmap/strip.diff @@ -0,0 +1,12 @@ +diff -ru nmap-5.00/ncat/Makefile.in nmap-5.00+iPhone/ncat/Makefile.in +--- nmap-5.00/ncat/Makefile.in 2009-04-29 04:14:04.000000000 +0000 ++++ nmap-5.00+iPhone/ncat/Makefile.in 2009-07-30 21:40:06.000000000 +0000 +@@ -126,7 +126,7 @@ + install: $(TARGET) + @echo Installing Ncat; + $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(bindir) $(DESTDIR)$(pkgdatadir) $(DESTDIR)$(mandir)/man1 +- $(INSTALL) -c -m 755 -s ncat $(DESTDIR)$(bindir)/ncat ++ $(INSTALL) -c -m 755 ncat $(DESTDIR)$(bindir)/ncat + $(INSTALL) -c -m 644 $(DATAFILES) $(DESTDIR)$(pkgdatadir)/ + $(INSTALL) -c -m 644 docs/$(TARGET).1 $(DESTDIR)$(mandir)/man1/$(TARGET).1 + |