From b50487e5f18d4ade96a91d666df5c9866b35444b Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Mon, 26 Sep 2016 11:17:58 -0400 Subject: [PATCH] rtmpdump: Fix man page location --- packages/rtmpdump/Makefile.patch | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/packages/rtmpdump/Makefile.patch b/packages/rtmpdump/Makefile.patch index 4963785d..981c76de 100644 --- a/packages/rtmpdump/Makefile.patch +++ b/packages/rtmpdump/Makefile.patch @@ -1,6 +1,6 @@ diff -u -r ../rtmpdump-2.4/librtmp/Makefile ./librtmp/Makefile --- ../rtmpdump-2.4/librtmp/Makefile 2011-07-11 20:24:33.000000000 -0400 -+++ ./librtmp/Makefile 2016-09-26 10:26:17.608653918 -0400 ++++ ./librtmp/Makefile 2016-09-26 10:28:04.467062011 -0400 @@ -1,20 +1,14 @@ VERSION=v2.4 @@ -36,7 +36,7 @@ diff -u -r ../rtmpdump-2.4/librtmp/Makefile ./librtmp/Makefile OBJS=rtmp.o log.o amf.o hashswf.o parseurl.o diff -u -r ../rtmpdump-2.4/Makefile ./Makefile --- ../rtmpdump-2.4/Makefile 2011-07-11 20:24:33.000000000 -0400 -+++ ./Makefile 2016-09-26 10:27:25.931636266 -0400 ++++ ./Makefile 2016-09-26 10:54:28.163216901 -0400 @@ -1,10 +1,5 @@ VERSION=v2.4 @@ -48,7 +48,7 @@ diff -u -r ../rtmpdump-2.4/Makefile ./Makefile SYS=posix #SYS=mingw -@@ -21,8 +16,8 @@ +@@ -21,12 +16,12 @@ DEF=-DRTMPDUMP_VERSION=\"$(VERSION)\" $(CRYPTO_DEF) $(XDEF) OPT=-O2 @@ -59,6 +59,11 @@ diff -u -r ../rtmpdump-2.4/Makefile ./Makefile bindir=$(prefix)/bin sbindir=$(prefix)/sbin +-mandir=$(prefix)/man ++mandir=$(prefix)/share/man + + BINDIR=$(DESTDIR)$(bindir) + SBINDIR=$(DESTDIR)$(sbindir) @@ -38,7 +33,7 @@ LIB_RTMP=-Llibrtmp -lrtmp LIBS=$(LIB_RTMP) $(CRYPTO_LIB) $(LIBS_$(SYS)) $(XLIBS) -- 2.11.0