-
Notifications
You must be signed in to change notification settings - Fork 15
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
fix(install): fix missing directory during install #73
Conversation
Thank you for your contribution. |
for commit fix(Makefile): Ensure printer_data directory exists before installation fixes:
and for fix(Makefile): Properly set PWD variable, i mentioned in commit message |
@inferno0230 can you give an example on when the |
but now that i think about it, sudo isn't really needed, it was just my habit of using sudo with make installs also, is the spyglass script finding the config at wrong location https://github.com/roamingthings/spyglass/blob/main/Makefile#L14..#L15
|
So ig this won't be needed then. But I'm wondering if that installation of yours is a plain Debian or RaspberryPiOS. If a plain Debian, does the CSI cam work?
That's again only the case for |
yeah, not needed
Its rpios
nah, even without sudo it will break config copy cause what it's doing is
this can be fixed by
|
Oh you mean it's creating the wrong directory in your PR. I totally missed that ^^ |
The better solution would be to just use the |
mkdir -p $(CONF_PATH) ? |
seems fine now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution.
Could you please update the pull request title to match the convention check.
No description provided.