Freebsd install error and correct way
xfor19120101 opened this issue · comments
xfor19120101 commented
Makefile with an error in coping files in freebsd.
gnu/linux, "cp -r --preserve=timestamps" is not support in Freebsd.
in Freebsd, use "cp -R -p".