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