diff options
author | Cem Keylan <cem@ckyln.com> | 2020-02-14 10:09:01 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-02-14 10:09:01 +0300 |
commit | 715cf5ffaaa47c183c00df64ce7638529a3245e3 (patch) | |
tree | f49d667f90e3d16a7cc3b84629b6fa9943086843 /community/9base/build | |
parent | 619cef719d0eb07c5ab13aecdb5a81add6b2e702 (diff) | |
download | repository-715cf5ffaaa47c183c00df64ce7638529a3245e3.tar.gz |
9base: revert changes
Diffstat (limited to 'community/9base/build')
-rwxr-xr-x | community/9base/build | 4 |
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" |