install flags wrong on FreeBSD #13

Closed
opened 2023-11-04 20:22:44 +00:00 by jordan · 1 comment
Owner

The install command doesn't work on FreeBSD with the provided flags in the generated Makefile.We may need to have the configure script detect the platform and adjust the install flags accordingly.

This issue likely applies to Telodendria as well.

The `install` command doesn't work on FreeBSD with the provided flags in the generated `Makefile`.We may need to have the `configure` script detect the platform and adjust the install flags accordingly. This issue likely applies to Telodendria as well.
jordan added the
bug
label 2023-11-04 20:22:44 +00:00
jordan added this to the Cytoplasm v0.4.1 milestone 2023-12-02 15:27:12 +00:00
Author
Owner

install is not POSIX. We should switch to mkdir -p and cp.

`install` is not POSIX. We should switch to `mkdir -p` and `cp`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Telodendria/Cytoplasm#13
No description provided.