diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-08-14 22:30:36 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-08-14 22:30:36 +0300 |
commit | 15841e011ab8f5783a58e847c4b70caedbc77536 (patch) | |
tree | 95d7afc6265ef6bb0566643308cb6e0229f1316b /eclass/live-kernel.eclass | |
parent | 9dd88f75684422925726ca01d5d2e86b4cb7d59f (diff) |
[live-kernel.eclass] reparat cu ghilimele variabila SYSTEM_DISTRO
Diffstat (limited to 'eclass/live-kernel.eclass')
-rw-r--r-- | eclass/live-kernel.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/live-kernel.eclass b/eclass/live-kernel.eclass index 0327124a..f7d2909d 100644 --- a/eclass/live-kernel.eclass +++ b/eclass/live-kernel.eclass @@ -874,7 +874,7 @@ live-kernel_pkg_postinst() { fi # Update kernel initramfs to match user customizations - if [[ ${SYSTEM_DISTRO} == "kogaion" ]] ; then + if [[ "${SYSTEM_DISTRO}" == "kogaion" ]] ; then use splash && update_kogaion_kernel_initramfs_splash else use splash && update_argent_kernel_initramfs_splash |