aboutsummaryrefslogtreecommitdiff
path: root/community/9base/build
diff options
context:
space:
mode:
Diffstat (limited to 'community/9base/build')
-rwxr-xr-xcommunity/9base/build4
1 files changed, 4 insertions, 0 deletions
diff --git a/community/9base/build b/community/9base/build
index 7de21eed..cdc80175 100755
--- a/community/9base/build
+++ b/community/9base/build
@@ -2,3 +2,7 @@
make
make DESTDIR="$1" install
+
+mkdir -p "$1/usr/bin"
+ln -s /usr/local/plan9/bin/mk "$1/usr/bin/mk"
+ln -s /usr/local/plan9/bin/rc "$1/usr/bin/rc"