Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

Add obj to gitignore #5

Open
su8 opened this issue Mar 20, 2018 · 2 comments
Open

Add obj to gitignore #5

su8 opened this issue Mar 20, 2018 · 2 comments

Comments

@su8
Copy link
Contributor

su8 commented Mar 20, 2018

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

@su8 su8 mentioned this issue Mar 20, 2018
@su8
Copy link
Contributor Author

su8 commented Mar 20, 2018

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
Copy link
Owner

Duncaen commented Mar 20, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants