diff options
author | Cem Keylan <cem@ckyln.com> | 2020-02-13 13:01:48 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-02-13 13:01:48 +0300 |
commit | 619cef719d0eb07c5ab13aecdb5a81add6b2e702 (patch) | |
tree | 3479e6d7cbcf1832413e305027729629a82f17c0 /core/ubase/build | |
parent | 94020a55bd1301b51c6b111be08b3aab76d0ad13 (diff) | |
download | repository-619cef719d0eb07c5ab13aecdb5a81add6b2e702.tar.gz |
ubase: unpack
Diffstat (limited to 'core/ubase/build')
-rwxr-xr-x | core/ubase/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ubase/build b/core/ubase/build index 09de00fb..d965a9ff 100755 --- a/core/ubase/build +++ b/core/ubase/build @@ -1,4 +1,4 @@ #!/bin/sh -e make CFLAGS="$CFLAGS -static" ubase-box -install -Dm755 ubase-box "$1/usr/bin/ubase-box" +make DESTDIR="$1" PREFIX=/usr ubase-box-install |