diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-29 20:58:54 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-29 20:58:54 +0300 |
commit | 8eab1883eb0ec899466a04aff4ff442a14045e93 (patch) | |
tree | d11298b5a7181a6005e0d6c436af0f482a8df8a3 | |
parent | e6a7080ecc1c03569cf838cd5f0531709a051689 (diff) | |
download | repository-8eab1883eb0ec899466a04aff4ff442a14045e93.tar.gz |
sbase: unlink sed by default
-rwxr-xr-x | core/sbase/build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/sbase/build b/core/sbase/build index 1dac0f8f..046912d7 100755 --- a/core/sbase/build +++ b/core/sbase/build @@ -2,4 +2,6 @@ make sbase-box make PREFIX=/usr DESTDIR="$1" sbase-box-install + unlink "$1/usr/bin/tar" +unlink "$1/usr/bin/sed" |