mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
82e678362f
svn path=/nixpkgs/trunk/; revision=4335
10 lines
98 B
Bash
10 lines
98 B
Bash
source $stdenv/setup
|
|
|
|
set -e
|
|
|
|
mkdir -p $out
|
|
cd $out
|
|
tar zxvf $src
|
|
mv ./usr/local/* .
|
|
rm -rf ./usr
|