aboutsummaryrefslogtreecommitdiff
path: root/core/sbase/build
diff options
context:
space:
mode:
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"