aboutsummaryrefslogtreecommitdiff
path: root/core/sbase
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-29 20:58:54 +0300
committerCem Keylan <cem@ckyln.com>2020-01-29 20:58:54 +0300
commit8eab1883eb0ec899466a04aff4ff442a14045e93 (patch)
treed11298b5a7181a6005e0d6c436af0f482a8df8a3 /core/sbase
parente6a7080ecc1c03569cf838cd5f0531709a051689 (diff)
downloadrepository-8eab1883eb0ec899466a04aff4ff442a14045e93.tar.gz
sbase: unlink sed by default
Diffstat (limited to 'core/sbase')
-rwxr-xr-xcore/sbase/build2
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"