diff options
Diffstat (limited to 'data/nmap/strip.diff')
-rw-r--r-- | data/nmap/strip.diff | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/data/nmap/strip.diff b/data/nmap/strip.diff deleted file mode 100644 index 57368466a..000000000 --- a/data/nmap/strip.diff +++ /dev/null @@ -1,12 +0,0 @@ -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 - |