diff options
author | Cem Keylan <cem@ckyln.com> | 2020-07-04 11:01:58 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-07-04 11:01:58 +0300 |
commit | 6b6ab752f9ae0835ece97f5e43ddc0f350175015 (patch) | |
tree | 0ad50820ccc14b0be9bfa2ce4ed31016e663da32 /core/sbase/build | |
parent | 11d7049e3b5793a080744331562ed310edc135d4 (diff) | |
download | repository-6b6ab752f9ae0835ece97f5e43ddc0f350175015.tar.gz |
sbase: update sources to the latest revision
Diffstat (limited to 'core/sbase/build')
-rwxr-xr-x | core/sbase/build | 3 |
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" |