boost: wrong unpacking command

This commit is contained in:
Rok Garbas 2012-11-25 18:59:38 +01:00
parent d9e097875c
commit 61d6ab05c5

@ -12,7 +12,7 @@ stdenv.mkDerivation {
installPhase = ''
mkdir -p $out/include
tar xf $src -C $out/include --strip-components=1 ./boost_1_52_0/boost
tar xf $src -C $out/include --strip-components=1 boost_1_52_0/boost
'';
meta = {