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

slack-desktop: add -p to mkdir to avoid error #27663

Merged
merged 3 commits into from
Jan 4, 2021

Conversation

acobaugh
Copy link
Contributor

@acobaugh acobaugh commented Jan 4, 2021

I encountered this error when attempting to build slack-desktop locally. Unsure if there's a better fix, but it seems harmless.

=> slack-desktop-4.12.0_1: running do_install ...
mkdir: cannot create directory ‘/destdir//slack-desktop-4.12.0/usr/lib’: File exists
=> ERROR: slack-desktop-4.12.0_1: do_install: 'mkdir ${DESTDIR}/usr/{bin,lib}' exited with 1
=> ERROR:   in do_install() at srcpkgs/slack-desktop/template:27

@Chocimier
Copy link
Member

Thanks for contribution.

Please remove creation of usr/lib instead. It is created by xbps-src now.
Would be great if you could do the same in textadept.

@acobaugh
Copy link
Contributor Author

acobaugh commented Jan 4, 2021

That makes more sense as to why this was suddenly breaking for me. Pushed the changes.

@ericonr ericonr merged commit 90ddcff into void-linux:master Jan 4, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants