Skip to content

Commit

Permalink
media-video/rtmpdump: Fixed broken sed command (bug #584498).
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed May 30, 2016
1 parent c6e8e8e commit 0291d47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media-video/rtmpdump/rtmpdump-2.4_p20131018.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ multilib_src_compile() {
fi
fi
#fix multilib-script support. Bug #327449
sed -i "/^libdir/s:lib$:$(get_libdir)$:" librtmp/Makefile || die
sed -i "/^libdir/s:lib$:$(get_libdir):" librtmp/Makefile || die
if ! multilib_is_native_abi; then
cd librtmp || die
fi
Expand Down
2 changes: 1 addition & 1 deletion media-video/rtmpdump/rtmpdump-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ multilib_src_compile() {
fi
fi
#fix multilib-script support. Bug #327449
sed -i "/^libdir/s:lib$:$(get_libdir)$:" librtmp/Makefile || die
sed -i "/^libdir/s:lib$:$(get_libdir):" librtmp/Makefile || die
if ! multilib_is_native_abi; then
cd librtmp || die
fi
Expand Down

0 comments on commit 0291d47

Please sign in to comment.