[Replicant] [libsamsung-ipc] [PATCH 3/4] Makefile.am: break line over 80 character
Denis 'GNUtoo' Carikli
GNUtoo at cyberdimension.org
Tue Aug 1 16:30:31 UTC 2023
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at cyberdimension.org>
---
Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 1e9ba3d..376f52e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -68,7 +68,8 @@ check-tarball-builds: dist
tar xf $(srcdir)/libsamsung-ipc-$(VERSION).tar.xz \
-C $$BUILD_TMPDIR && \
cd $$BUILD_TMPDIR/build && \
- ../libsamsung-ipc-$(VERSION)/configure $(CONFIGURE_ARGUMENTS) && \
+ ../libsamsung-ipc-$(VERSION)/configure \
+ $(CONFIGURE_ARGUMENTS) && \
make check && \
make install DESTDIR=`realpath $$BUILD_TMPDIR/destdir` && \
rm -rf $$BUILD_TMPDIR ; \
--
2.41.0
More information about the Replicant
mailing list