summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 4023fa6..d0992f8 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -424,7 +424,7 @@ Set_defaults ()
then
LH_LINUX_PACKAGES="${LH_LINUX_PACKAGES} squashfs-modules-2.6"
- if [ "${LH_DISTRIBUTION}" = "sid" ]
+ if [ "${LH_DISTRIBUTION}" != "etch" ]
then
LH_LINUX_PACKAGES="${LH_LINUX_PACKAGES} lzma-modules-2.6"
fi