From d3b4bc93e94ffaca038e84441a9c74e731f2ddad Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 26 Sep 2017 12:19:37 +0200 Subject: Imported kube flatpak dependencies --- dist/flatpak/boost-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 dist/flatpak/boost-configure (limited to 'dist/flatpak/boost-configure') diff --git a/dist/flatpak/boost-configure b/dist/flatpak/boost-configure new file mode 100755 index 00000000..caf3c6f9 --- /dev/null +++ b/dist/flatpak/boost-configure @@ -0,0 +1,11 @@ + +./bootstrap.sh "$@" + + +cat <Makefile +all: + ./b2 -j `nproc` + +install: + ./b2 install +EOF \ No newline at end of file -- cgit v1.2.3