diff options
Diffstat (limited to 'recipes/ppp/ppp-2.4.1/man.patch')
-rw-r--r-- | recipes/ppp/ppp-2.4.1/man.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/ppp/ppp-2.4.1/man.patch b/recipes/ppp/ppp-2.4.1/man.patch new file mode 100644 index 0000000000..2cd48d500a --- /dev/null +++ b/recipes/ppp/ppp-2.4.1/man.patch @@ -0,0 +1,11 @@ +--- ppp-2.4.1/linux/Makefile.top.orig 2000-04-17 12:39:26.000000000 +0200 ++++ ppp-2.4.1/linux/Makefile.top 2004-07-03 21:59:05.000000000 +0200 +@@ -2,7 +2,7 @@ + + + BINDIR = $(DESTDIR)/usr/sbin +-MANDIR = $(DESTDIR)/usr/man ++MANDIR = $(DESTDIR)/usr/share/man + ETCDIR = $(DESTDIR)/etc/ppp + + # uid 0 = root |