Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(nix): fix postInstall #347

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

MattSturgeon
Copy link
Contributor

@MattSturgeon MattSturgeon commented Jan 20, 2025

With the installer stage respecting PREFIX, the structure of DESTDIR is different.

Therefore, installing files with mv runs into issues because directories cannot be merged using mv.

For simplicity, we can use cp instead.

This fixes the regression in the nix flake package (#346) caused by #343.

IDK if #346 also affects other package or not though.

cc @beh-10257

With the `installer` stage respecting PREFIX, the structure of DESTDIR
is different.

Therefore, installing files with `mv` runs into issues because
directories cannot be merged using `mv`.

For simplicity, we can use `cp` instead.
@R1kaB3rN R1kaB3rN merged commit 64f6bfe into Open-Wine-Components:main Jan 21, 2025
12 checks passed
@MattSturgeon MattSturgeon deleted the fix/combine-nix branch January 21, 2025 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants