summary refs log tree commit diff
path: root/pkgs/development/compilers/gwydion-dylan/binary-builder.sh
blob: 7956a8a721338d7afc99359ebe2e03815fbd13f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
. $stdenv/setup

set -e

mkdir -p $out
cd $out
tar zxvf $src
mv ./usr/local/* .
rm -rf ./usr