aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/lightsquid/lightsquid.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/lightsquid/lightsquid.inc b/packages/lightsquid/lightsquid.inc
index 3e8bdbc0..4097c2db 100644
--- a/packages/lightsquid/lightsquid.inc
+++ b/packages/lightsquid/lightsquid.inc
@@ -96,7 +96,7 @@ function lightsquid_install() {
}
// install templates
- $lstpl_file = "/var/tmp/lightsquid_tpl.tar.gz";
+ $lstpl_file = "/var/tmp/lightsquid_tpl.tbz";
if (file_exists($lstpl_file)) {
mwexec("tar zxvf $lstpl_file -C " . LS_TEMPLATEPATH);
update_log("lightsquid_install: Install templates from $lstpl_file");