6 lines
66 B
Bash
6 lines
66 B
Bash
|
. $stdenv/setup
|
||
|
|
||
|
tar zxvf $src
|
||
|
mkdir $out
|
||
|
cp -a gcc-3.3.4/* $out
|