index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2021-01-22 13:53:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 13:53:04 +0100 |
commit | 5b7af12a9190bb06a4f12308f7ba1cc4c1101b6b (patch) | |
tree | 67fb7464320a532974f17ed4e3457ecabcb14a41 /profiles | |
parent | a54c6e3c2f702d5a5364903bc5a5d20bc6e097ec (diff) |
-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') |