Open su8 opened 6 years ago
Also diff3 tries to install to as /usr/libexec resulting in permission error:
===> usr.bin/diff3
test -d "/usr/libexec" || \
/usr/bin/install -c -d -m 755 /usr/libexec/
/usr/bin/install -c diff3prog /usr/libexec/
/usr/bin/install: cannot create regular file '/usr/libexec/diff3prog': Permission denied
Thanks, working on it, there are a few other places where paths are hardcoded, going to fix them all now.
Exclude the **obj/* path in .gitignore** being pushed accidentally.