mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 05:31:22 +00: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
|