Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/kde-wayland.py
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/kde-wayland.py')
-rw-r--r--profiles/kde-wayland.py2
1 files changed, 1 insertions, 1 deletions
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')