commit 930913eb8af1610decee9594ed8f2f8a8344f372 parent fef8fcda5bca7df08b98921bf48fb01b6d0ef943 Author: Josuah Demangeon <mail@josuah.net> Date: Wed, 9 May 2018 10:01:26 +0200 /9 for everyone Diffstat:
M | configure | | | 9 | ++++----- |
M | profile | | | 2 | +- |
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/configure b/configure @@ -29,9 +29,8 @@ cd $HOME ! git clone git://josuah.net/svdir.git ! git clone git://josuah.net/bin.git -! git clone git://github.com/9fans/plan9port.git /plan9 - -mkdir -p $HOME/.local/src /9 -! git clone git://git.suckless.org/9base $HOME/.local/src/9base -cd $HOME/.local/src/9base +mkdir -p /9 +! git clone git://github.com/9fans/plan9port.git /9/port +! git clone git://git.suckless.org/9base /9/base +cd /9/base make PREFIX=/9 install diff --git a/profile b/profile @@ -34,7 +34,7 @@ export LD_LIBRARY_PATH=$ROOT/lib # Plan9 -export PLAN9=/plan9 +export PLAN9=/9/port export PATH=$PATH:/9/bin:$PLAN9/bin export MANPATH=$MANPATH:$PLAN9/man