* Use unpackFile so that gzipped themes also work.
svn path=/nixos/trunk/; revision=10061
This commit is contained in:
parent
4760aa9d4c
commit
6ef8fe2a31
@ -2,7 +2,7 @@ source $stdenv/setup
|
|||||||
|
|
||||||
ensureDir $out
|
ensureDir $out
|
||||||
|
|
||||||
tar xvfj $theme -C $out
|
(cd $out && unpackFile $theme)
|
||||||
|
|
||||||
themeName=$(cd $out && ls)
|
themeName=$(cd $out && ls)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user