aboutsummaryrefslogtreecommitdiff
path: root/community/9base/build
diff options
context:
space:
mode:
Diffstat (limited to 'community/9base/build')
-rwxr-xr-xcommunity/9base/build8
1 files changed, 2 insertions, 6 deletions
diff --git a/community/9base/build b/community/9base/build
index cdc80175..88032b7b 100755
--- a/community/9base/build
+++ b/community/9base/build
@@ -1,8 +1,4 @@
#!/bin/sh -e
-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"
+make PREFIX=/usr
+make PREFIX=/usr DESTDIR="$1" install