1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-30 18:21:20 +00:00
morpheus/prepare-env
2013-09-20 11:22:02 +01:00

11 lines
183 B
Plaintext

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