summaryrefslogtreecommitdiff
path: root/data/nmap/strip.diff
blob: 57368466a9ea683678359ea9354a3a4cabce8370 (plain)
1
2
3
4
5
6
7
8
9
10
11
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