aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-02-13 13:01:48 +0300
committerCem Keylan <cem@ckyln.com>2020-02-13 13:01:48 +0300
commit619cef719d0eb07c5ab13aecdb5a81add6b2e702 (patch)
tree3479e6d7cbcf1832413e305027729629a82f17c0 /core
parent94020a55bd1301b51c6b111be08b3aab76d0ad13 (diff)
downloadrepository-619cef719d0eb07c5ab13aecdb5a81add6b2e702.tar.gz
ubase: unpack
Diffstat (limited to 'core')
-rwxr-xr-xcore/ubase/build2
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