#!/bin/sh -e

cd build-trees

for i in `ls ../upstream/archives/*.tar.gz`; do
    tar xvfz "$i"
done
