diff options
author | Kali Kaneko <kali@leap.se> | 2018-02-12 20:55:14 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-02-15 16:36:47 +0100 |
commit | de30dbb6b6ad337da0ad82cef16d7cdff67fd05d (patch) | |
tree | 11eb471493832e201c35f5ead1f330f7fbd0f730 /pkg | |
parent | 46b973c72c3f00ff856ea5136d39997326523160 (diff) |
[pkg] ship all the other needed things
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/docker_build_apt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/docker_build_apt b/pkg/docker_build_apt index 6b319c56..605bc1be 100644 --- a/pkg/docker_build_apt +++ b/pkg/docker_build_apt @@ -11,6 +11,7 @@ echo "[+] CLONING REPO from $REPO [$BRANCH]" git clone $REPO bitmaskbuild cd bitmaskbuild git checkout $BRANCH +git fetch --tags mkdir -p dist/ -VIRTUAL_ENV=/usr/local make bundle +VIRTUAL_ENV=/usr/local make bundle_linux cp -r dist/* /dist |