commit 8eab1883eb0ec899466a04aff4ff442a14045e93 parent e6a7080ecc1c03569cf838cd5f0531709a051689 Author: Cem Keylan <cem@ckyln.com> Date: Wed, 29 Jan 2020 20:58:54 +0300 sbase: unlink sed by default Diffstat:
M | core/sbase/build | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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"