bugfix: lua-luafilesystem package should use stage.source_path (#11648)
This commit is contained in:
parent
541578a456
commit
89b891d264
1 changed files with 1 additions and 2 deletions
|
@ -36,8 +36,7 @@ def rockspec(self):
|
|||
semver = version[0:3]
|
||||
tweak_level = version[3] if len(version) > 3 else 1
|
||||
fmt = os.path.join(
|
||||
self.stage.path,
|
||||
'luafilesystem-{version.underscored}',
|
||||
self.stage.source_path,
|
||||
'rockspecs',
|
||||
'luafilesystem-{semver.dotted}-{tweak_level}.rockspec'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue