index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | profiles/gnome.py | 6 |
diff --git a/profiles/gnome.py b/profiles/gnome.py index 0481eded..44fd642f 100644 --- a/profiles/gnome.py +++ b/profiles/gnome.py @@ -20,9 +20,9 @@ def _prep_function(*args, **kwargs): print('Deprecated (??): xorg profile has no _prep_function() anymore') # Ensures that this code only gets executed if executed -# through importlib.util.spec_from_file_location("awesome", "/somewhere/awesome.py") -# or through conventional import awesome -if __name__ == 'awesome': +# through importlib.util.spec_from_file_location("gnome", "/somewhere/gnome.py") +# or through conventional import gnome +if __name__ == 'gnome': # Install dependency profiles installation.install_profile('xorg') |