diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-29 11:46:11 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-29 11:46:11 +0300 |
commit | 7f19e475da1b1cd2ed64674a495a332cd9a33a6a (patch) | |
tree | 60c8bb3cf4b2705993e438bbb537c3d64d97c383 /core/sbase/build | |
parent | 48036f2a0d2c903a1bca48b3416de39eca04ce9b (diff) | |
download | repository-7f19e475da1b1cd2ed64674a495a332cd9a33a6a.tar.gz |
sbase: unlink tar
Diffstat (limited to 'core/sbase/build')
-rwxr-xr-x | core/sbase/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/sbase/build b/core/sbase/build index 2a0e38b6..1dac0f8f 100755 --- a/core/sbase/build +++ b/core/sbase/build @@ -2,3 +2,4 @@ make sbase-box make PREFIX=/usr DESTDIR="$1" sbase-box-install +unlink "$1/usr/bin/tar" |