diff --git a/ifplatform.py b/ifplatform.py index 886a00c..e648108 100644 --- a/ifplatform.py +++ b/ifplatform.py @@ -13,7 +13,7 @@ def _inject_distro(): # Find distro in submodule root_dir = os.path.dirname(os.path.realpath(__file__)) - path = os.path.join(root_dir, 'lib/distro') + path = os.path.join(root_dir, 'lib/distro/src/distro') # Update path sys.path.insert(0, path) @@ -55,6 +55,7 @@ class IfPlatform(dotbot.Plugin): 'netbsd', # NetBSD 'freebsd', # FreeBSD 'midnightbsd', # MidnightBSD + 'rocky', # Rocky Linux ] def __init__(self, context):