aboutsummaryrefslogtreecommitdiff
path: root/core/sbase/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-07-04 11:01:58 +0300
committerCem Keylan <cem@ckyln.com>2020-07-04 11:01:58 +0300
commit6b6ab752f9ae0835ece97f5e43ddc0f350175015 (patch)
tree0ad50820ccc14b0be9bfa2ce4ed31016e663da32 /core/sbase/build
parent11d7049e3b5793a080744331562ed310edc135d4 (diff)
downloadrepository-6b6ab752f9ae0835ece97f5e43ddc0f350175015.tar.gz
sbase: update sources to the latest revision
Diffstat (limited to 'core/sbase/build')
-rwxr-xr-xcore/sbase/build3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/sbase/build b/core/sbase/build
index fdc07891..6781199d 100755
--- a/core/sbase/build
+++ b/core/sbase/build
@@ -1,6 +1,7 @@
#!/bin/sh -e
-make LDFLAGS="$LDFLAGS -static" PREFIX=/usr DESTDIR="$1" sbase-box-install
+make LDFLAGS="$LDFLAGS -static" sbase-box
+make PREFIX=/usr DESTDIR="$1" sbase-box-install
unlink "$1/usr/bin/tar"
unlink "$1/usr/bin/sed"