Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ifplatform.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -55,6 +55,7 @@ class IfPlatform(dotbot.Plugin):
'netbsd', # NetBSD
'freebsd', # FreeBSD
'midnightbsd', # MidnightBSD
'rocky', # Rocky Linux
]

def __init__(self, context):
Expand Down