diff --git a/helpers/unpack-theme.sh b/helpers/unpack-theme.sh index 6eda7bcfbd4..ca6e0b88ab9 100644 --- a/helpers/unpack-theme.sh +++ b/helpers/unpack-theme.sh @@ -2,7 +2,7 @@ source $stdenv/setup ensureDir $out -tar xvfj $theme -C $out +(cd $out && unpackFile $theme) themeName=$(cd $out && ls)