Skip to content

Commit

Permalink
WIP: Fix env.py
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Jan 18, 2024
1 parent 0105f34 commit 6abac64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_scripts/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ def build(
file=sys.stderr,
)
return 1
shutil.copy(self.pyside6_local_path, package_dst)
shutil.copy(self.pyside6_local_path, build_dir / self.pyside6_rpm)
install_deps = (
DOCKERFILE_BUILD_FEDORA_DEPS + DOCKERFILE_BUILD_FEDORA_39_DEPS
).format(pyside6_rpm=self.pyside6_rpm)
Expand Down

0 comments on commit 6abac64

Please sign in to comment.