meson: remove slash in path (#33292)
This commit is contained in:
parent
7da303334e
commit
d5ebb55338
@ -75,7 +75,7 @@ class MesonPackage(PackageBase):
|
|||||||
@property
|
@property
|
||||||
def archive_files(self):
|
def archive_files(self):
|
||||||
"""Files to archive for packages based on Meson"""
|
"""Files to archive for packages based on Meson"""
|
||||||
return [os.path.join(self.build_directory, "meson-logs/meson-log.txt")]
|
return [os.path.join(self.build_directory, "meson-logs", "meson-log.txt")]
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def root_mesonlists_dir(self):
|
def root_mesonlists_dir(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user