Closed yurivict closed 3 years ago
Any ideas what's wrong with install
? I'm using this makefile without any problems on arch
You forgot to create the man1
directory.
This is done by the -D option on Linux. Is this not the case on FreeBSD?
UPD: No. Awesome.
Linux: -D create all leading components of DEST except the last, or all components of --target-directory, then copy SOURCE to DEST
FreeBSD: -D destdir Specify the DESTDIR (top of the file hierarchy) that the items are installed in to.
That's why GNU make is outdated, because you need to deal with such low-level issues.
It's a part of coreutils not make, but I understand what you means. The problem is rather that different implementations use different options for the same things. I don't know who's to blame for this, but I'll have to fix it.
Try now. If everything works, I'll make a 3.3 release
It works now.
Ok, released
Version 3.2 fails:
FreeBSD 12.2