Skip to content

Commit

Permalink
Roll-back sysroot Azure#2
Browse files Browse the repository at this point in the history
  • Loading branch information
benmordaunt authored Aug 11, 2022
1 parent c446dbc commit 6fc4d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def set_udev_files(data_files, dest="/etc/udev/rules.d/", src=None):
data_files.append((dest, src))


def get_data_files(name, version, fullname, sysroot): # pylint: disable=R0912
def get_data_files(name, version, fullname): # pylint: disable=R0912
"""
Determine data_files according to distro name, version and init system type
"""
Expand Down Expand Up @@ -293,7 +293,7 @@ def finalize_options(self):
return

data_files = get_data_files(self.lnx_distro, self.lnx_distro_version,
self.lnx_distro_fullname, self.sysroot)
self.lnx_distro_fullname)
self.distribution.data_files = data_files
self.distribution.reinitialize_command('install_data', True)

Expand Down

0 comments on commit 6fc4d8d

Please sign in to comment.