From 715cf5ffaaa47c183c00df64ce7638529a3245e3 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 14 Feb 2020 10:09:01 +0300 Subject: 9base: revert changes --- community/9base/build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'community/9base/build') 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" -- cgit v1.2.3