1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-25 23:38:36 +00:00
morpheus/prepare-env
2013-09-17 15:26:52 +01:00

9 lines
144 B
Plaintext

top=$(pwd)
root=$top/root
nprocs=4
mirror=http://dl.2f30.org/morpheus-pkgs
export top root nprocs mirror
PATH=$top/cross/bin:$PATH
export PATH