* Use unpackFile so that gzipped themes also work.

svn path=/nixos/trunk/; revision=10061
This commit is contained in:
Eelco Dolstra 2008-01-03 16:03:11 +00:00
parent 4760aa9d4c
commit 6ef8fe2a31

View File

@ -2,7 +2,7 @@ source $stdenv/setup
ensureDir $out
tar xvfj $theme -C $out
(cd $out && unpackFile $theme)
themeName=$(cd $out && ls)