summaryrefslogtreecommitdiffstats
path: root/dist/flatpak/boost-configure
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-09-26 12:19:37 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-09-27 11:46:51 +0200
commitd3b4bc93e94ffaca038e84441a9c74e731f2ddad (patch)
treede11287aa67d390e2c2c6b1741a2c6fab932fab4 /dist/flatpak/boost-configure
parent0cc8a41f59c242732b99a8ce8b551dad62714777 (diff)
downloadkube-d3b4bc93e94ffaca038e84441a9c74e731f2ddad.tar.gz
kube-d3b4bc93e94ffaca038e84441a9c74e731f2ddad.zip
Imported kube flatpak dependencies
Diffstat (limited to 'dist/flatpak/boost-configure')
-rwxr-xr-xdist/flatpak/boost-configure11
1 files changed, 11 insertions, 0 deletions
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 @@
1
2./bootstrap.sh "$@"
3
4
5cat <<EOF >Makefile
6all:
7 ./b2 -j `nproc`
8
9install:
10 ./b2 install
11EOF \ No newline at end of file