Message ID | 20191115152342.27723-1-ezequiel@collabora.com |
---|---|
State | Accepted |
Headers | show |
Series |
|
Related | show |
Hi Ezequiel, Thank you for the patch. On Fri, Nov 15, 2019 at 12:23:41PM -0300, Ezequiel Garcia wrote: > Less typing for the same result. > > Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> and applied. > --- > README.rst | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/README.rst b/README.rst > index 48fdda9590ce..48e428cc816e 100644 > --- a/README.rst > +++ b/README.rst > @@ -33,9 +33,7 @@ To fetch the sources, build and install: > git clone git://linuxtv.org/libcamera.git > cd libcamera > meson build > - cd build > - ninja > - ninja install > + ninja -C build install > > Dependencies > ~~~~~~~~~~~~
diff --git a/README.rst b/README.rst index 48fdda9590ce..48e428cc816e 100644 --- a/README.rst +++ b/README.rst @@ -33,9 +33,7 @@ To fetch the sources, build and install: git clone git://linuxtv.org/libcamera.git cd libcamera meson build - cd build - ninja - ninja install + ninja -C build install Dependencies ~~~~~~~~~~~~
Less typing for the same result. Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> --- README.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)