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

OpenBSD make install fails #242

Open
scottgbailey opened this issue Aug 11, 2022 · 1 comment
Open

OpenBSD make install fails #242

scottgbailey opened this issue Aug 11, 2022 · 1 comment

Comments

@scottgbailey
Copy link

Attempted to run make install on Openbsd but it fails with:
cd bar
make
Parse error in /bar: Need an operator in '""' (Makefile:5)
Prase error: Need an operator in éndif' (Makefile:7)

make install
Parse error in /bar: Need an operator in '""' (Makefile:5)
Prase error: Need an operator in éndif' (Makefile:7)

@omar-polo
Copy link

That's because it needs GNU Make. Install the gmake package and run gmake instead, or use lemonbar from packages.

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

No branches or pull requests

2 participants