diff options
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 4023fa619..d0992f80e 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 |