diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-13 16:22:57 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-13 16:22:57 +0300 |
commit | 1cb173b0db5850bd2c0c1da954ad27e79dfc62b8 (patch) | |
tree | e41969d5bdc0aedc7d31a5c4bb1d0acf6b71d3a0 /extra/ubase/build | |
parent | 8867b91d600ebe769e8eb16d614ccc8854689bf0 (diff) | |
download | repository-1cb173b0db5850bd2c0c1da954ad27e79dfc62b8.tar.gz |
ubase: add package to extra
Diffstat (limited to 'extra/ubase/build')
-rwxr-xr-x | extra/ubase/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/ubase/build b/extra/ubase/build new file mode 100755 index 00000000..09de00fb --- /dev/null +++ b/extra/ubase/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make CFLAGS="$CFLAGS -static" ubase-box +install -Dm755 ubase-box "$1/usr/bin/ubase-box" |