From 6ef8fe2a31412e390877e481ef32269a0e5b0eaa Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 3 Jan 2008 16:03:11 +0000 Subject: [PATCH] * Use unpackFile so that gzipped themes also work. svn path=/nixos/trunk/; revision=10061 --- helpers/unpack-theme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)