-
Notifications
You must be signed in to change notification settings - Fork 4
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
make install breaks when repo is checked out with git #7
Comments
Please correct me if I am wrong, but doesn't this lack a dependency on jj? I guess we could get |
Thanks! Fixed the dependencies. And sorry, it was a little late yesterday:
I can work around that by initializing jj during PKGBUILD 🤷 However, if I do that and then just
I guess if you provide a make install, then it should also make sure the target dir exists (and permissions etc): How about this?
Sorry for the hassle and thanks for the help/support ;-) |
Yes, but it's a bit involved which is why I haven't gotten around to it yet.
Using |
check-deps
seems to be required byinstall
This sucks, because e.g. an archlinux PKGBUILD relies on using git.
The text was updated successfully, but these errors were encountered: