summaryrefslogtreecommitdiff
path: root/package/ppp/patches/patch-chat_Makefile_linux
blob: 63190f3e32b25152af1e9bf16ec4ebb2f95232d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ppp-2.4.4.orig/chat/Makefile.linux	2006-06-04 07:07:46.000000000 +0200
+++ ppp-2.4.4/chat/Makefile.linux	2009-06-05 19:12:00.000000000 +0200
@@ -25,7 +25,7 @@ chat.o:	chat.c
 
 install: chat
 	mkdir -p $(BINDIR) $(MANDIR)
-	$(INSTALL) -s -c chat $(BINDIR)
+	$(INSTALL) -c chat $(BINDIR)
 	$(INSTALL) -c -m 644 chat.8 $(MANDIR)
 
 clean: