From cfafac8d135be02f69df49365a5cbf16a7a2aefe Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 21 Oct 2020 10:07:34 -0400 Subject: Create a minimal Linux binary distribution (fixes #352) This is suitable for use as a Lambda layer in AWS, inclusion in a docker container, or other places where a minimal binary distribution is desired. --- make/libtool.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'make/libtool.mk') diff --git a/make/libtool.mk b/make/libtool.mk index 6a2bbc1a..a259afe0 100644 --- a/make/libtool.mk +++ b/make/libtool.mk @@ -106,6 +106,8 @@ endef # Install target +# NOTE: If installing any new executables, remember to update the +# lambda layer code in build-scripts/build-appimage. install: all ./mkinstalldirs -m 0755 $(DESTDIR)$(libdir)/pkgconfig ./mkinstalldirs -m 0755 $(DESTDIR)$(bindir) -- cgit v1.2.3-54-g00ecf