mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 14:42:02 +03:00
9 lines
110 B
Bash
9 lines
110 B
Bash
source $stdenv/setup
|
|
|
|
cp -r $src ./src
|
|
chmod -R u+w ./src
|
|
cd ./src
|
|
|
|
bash ./configure
|
|
PREFIX=$out make install
|