Skip to content

Commit

Permalink
bugfix: lua-luafilesystem package should use stage.source_path (spack…
Browse files Browse the repository at this point in the history
  • Loading branch information
tgamblin authored and carsonwoods committed Jun 27, 2019
1 parent ffc71cd commit 2e714ff
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
)
Expand Down

0 comments on commit 2e714ff

Please sign in to comment.