Open yurivict opened 4 years ago
Hi, If you want help with this you need to give some details. What are you trying to do ?
I am trying to update the FreeBSD port, and found that the new release is broken.
If it was working before try removing DESTDIR from PREFIX in Makefile, I think that's the only thing that changed since 12.40.
DESTDIR
is generally needed in Makefile.
Lack of DESTDIR is what causes this breakage.
It copies the path of the build directory and installs files into this path.