diff options
Diffstat (limited to 'helpers/lh_binary_silo')
-rwxr-xr-x | helpers/lh_binary_silo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_silo b/helpers/lh_binary_silo index e3734c9..5dd7680 100755 --- a/helpers/lh_binary_silo +++ b/helpers/lh_binary_silo @@ -93,7 +93,7 @@ Silo_install_entry () DIRECTORY="/$(basename ${DESTDIR_INSTALL})" - if [ "${LH_DISTRIBUTION}" != "etch" ] && [ "${LABEL}" != "rescue" ] && [ "${LABEL}" != "rescuegui" ] + if [ "${LABEL}" != "rescue" ] && [ "${LABEL}" != "rescuegui" ] then APPEND="${APPEND} quiet" fi |