index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | profiles/kde-wayland.py | 2 |
diff --git a/profiles/kde-wayland.py b/profiles/kde-wayland.py index 66d31504..31226952 100644 --- a/profiles/kde-wayland.py +++ b/profiles/kde-wayland.py @@ -22,7 +22,7 @@ def _prep_function(*args, **kwargs): # Ensures that this code only gets executed if executed # through importlib.util.spec_from_file_location("kde", "/somewhere/kde.py") # or through conventional import kde -if __name__ == 'kde': +if __name__ == 'kde-wayland': # Install dependency profiles installation.install_profile('xorg') |