diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-29 11:18:15 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-29 11:18:15 +0300 |
commit | 48036f2a0d2c903a1bca48b3416de39eca04ce9b (patch) | |
tree | cf16e33e833491b164eb5100724af42555614f22 /core/sbase/build | |
parent | 3c3f54a9ca9804cc726dc445510e73c4049dbab3 (diff) | |
download | repository-48036f2a0d2c903a1bca48b3416de39eca04ce9b.tar.gz |
sbase: add to core
Diffstat (limited to 'core/sbase/build')
-rwxr-xr-x | core/sbase/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/sbase/build b/core/sbase/build new file mode 100755 index 00000000..2a0e38b6 --- /dev/null +++ b/core/sbase/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make sbase-box +make PREFIX=/usr DESTDIR="$1" sbase-box-install |