summaryrefslogtreecommitdiff
path: root/package/ppp/patches/patch-pppstats_Makefile_linux
diff options
context:
space:
mode:
Diffstat (limited to 'package/ppp/patches/patch-pppstats_Makefile_linux')
-rw-r--r--package/ppp/patches/patch-pppstats_Makefile_linux11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/ppp/patches/patch-pppstats_Makefile_linux b/package/ppp/patches/patch-pppstats_Makefile_linux
new file mode 100644
index 000000000..8c02431dd
--- /dev/null
+++ b/package/ppp/patches/patch-pppstats_Makefile_linux
@@ -0,0 +1,11 @@
+--- ppp-2.4.4.orig/pppstats/Makefile.linux 2006-06-04 07:07:46.000000000 +0200
++++ ppp-2.4.4/pppstats/Makefile.linux 2009-06-05 19:12:00.000000000 +0200
+@@ -22,7 +22,7 @@ all: pppstats
+
+ install: pppstats
+ -mkdir -p $(MANDIR)
+- $(INSTALL) -s -c pppstats $(BINDIR)
++ $(INSTALL) -c pppstats $(BINDIR)
+ $(INSTALL) -c -m 444 pppstats.8 $(MANDIR)
+
+ pppstats: $(PPPSTATSRCS)