Duncaen / lobase

Port of the OpenBSD userland to Linux.
99 stars 9 forks source link

Add obj to gitignore #5

Open su8 opened 6 years ago

su8 commented 6 years ago

Exclude the **obj/* path in .gitignore** being pushed accidentally.

su8 commented 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
Duncaen commented 6 years ago

Thanks, working on it, there are a few other places where paths are hardcoded, going to fix them all now.