aboutsummaryrefslogtreecommitdiff
path: root/extra/ubase/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-13 23:13:19 +0300
committerCem Keylan <cem@ckyln.com>2020-01-13 23:13:19 +0300
commit3e90bcf9811dd3dc5d397fbfe18d0ed84a4fac65 (patch)
treee181ca1b4ed5e5b38c0d17da89b259860798d3c1 /extra/ubase/build
parent11b53c25d767fa16671bc0b42158e61c7a2de19f (diff)
downloadrepository-3e90bcf9811dd3dc5d397fbfe18d0ed84a4fac65.tar.gz
repository: move ubase and sinit to core
Diffstat (limited to 'extra/ubase/build')
-rwxr-xr-xextra/ubase/build4
1 files changed, 0 insertions, 4 deletions
diff --git a/extra/ubase/build b/extra/ubase/build
deleted file mode 100755
index 09de00fb..00000000
--- a/extra/ubase/build
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh -e
-
-make CFLAGS="$CFLAGS -static" ubase-box
-install -Dm755 ubase-box "$1/usr/bin/ubase-box"