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

break PREFIX into PREFIX_PACKAGE and PREFIX_INSTALL, to fix the path … #590

Merged
merged 1 commit into from
Jan 23, 2019
Merged

break PREFIX into PREFIX_PACKAGE and PREFIX_INSTALL, to fix the path … #590

merged 1 commit into from
Jan 23, 2019

Conversation

julialongtin
Copy link
Contributor

…when building debian packages as a non-root user.

…when building debian packages as a non-root user.
@@ -19,7 +21,7 @@ all: build
clean:
cargo clean
rm -rf test/target
rm -rf deb$(PREFIX)/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't we want to clean both here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cleaning an install (which is what prefix_install is for) would be performing an uninstall. the install rule places results directly on the filesystem, not in a temporary location, so it does not need cleaned up after.

@julialongtin julialongtin merged commit d30ec9a into wireapp:develop Jan 23, 2019
@julialongtin julialongtin deleted the DEB-JEL-1 branch January 23, 2019 16:37
@fisx fisx mentioned this pull request Jan 24, 2019
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.

None yet

2 participants