diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-05 19:58:50 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-05 19:58:50 +0200 |
commit | e874f84fdb6eb83d905a72b35d87398374594b97 (patch) | |
tree | 38ecc86989a194756836fa411c4bfb7c4b68913f /package/ppp/patches/patch-chat_Makefile_linux | |
parent | 68e89ea1a3ec3690ddefbd97c45174f799847a16 (diff) |
more regressions found at runtime on alic1c
Diffstat (limited to 'package/ppp/patches/patch-chat_Makefile_linux')
-rw-r--r-- | package/ppp/patches/patch-chat_Makefile_linux | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/ppp/patches/patch-chat_Makefile_linux b/package/ppp/patches/patch-chat_Makefile_linux new file mode 100644 index 000000000..63190f3e3 --- /dev/null +++ b/package/ppp/patches/patch-chat_Makefile_linux @@ -0,0 +1,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: |