aboutsummaryrefslogtreecommitdiff
path: root/community/9base/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-02-14 10:09:01 +0300
committerCem Keylan <cem@ckyln.com>2020-02-14 10:09:01 +0300
commit715cf5ffaaa47c183c00df64ce7638529a3245e3 (patch)
treef49d667f90e3d16a7cc3b84629b6fa9943086843 /community/9base/build
parent619cef719d0eb07c5ab13aecdb5a81add6b2e702 (diff)
downloadrepository-715cf5ffaaa47c183c00df64ce7638529a3245e3.tar.gz
9base: revert changes
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"