diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-26 12:19:37 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-27 11:46:51 +0200 |
commit | d3b4bc93e94ffaca038e84441a9c74e731f2ddad (patch) | |
tree | de11287aa67d390e2c2c6b1741a2c6fab932fab4 /dist/flatpak/boost-configure | |
parent | 0cc8a41f59c242732b99a8ce8b551dad62714777 (diff) | |
download | kube-d3b4bc93e94ffaca038e84441a9c74e731f2ddad.tar.gz kube-d3b4bc93e94ffaca038e84441a9c74e731f2ddad.zip |
Imported kube flatpak dependencies
Diffstat (limited to 'dist/flatpak/boost-configure')
-rwxr-xr-x | dist/flatpak/boost-configure | 11 |
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 | |||
5 | cat <<EOF >Makefile | ||
6 | all: | ||
7 | ./b2 -j `nproc` | ||
8 | |||
9 | install: | ||
10 | ./b2 install | ||
11 | EOF \ No newline at end of file | ||