From b0cee9a1d74a927d81582d317ddc14de9ffe3081 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 11 Apr 2020 20:26:00 +0300 Subject: 9base: multiple changes * Switch source to git * Install to /usr * Remove post-install --- community/9base/build | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'community/9base/build') 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 -- cgit v1.2.3