Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix fruit_makefile #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix fruit_makefile #17

wants to merge 1 commit into from

Conversation

jrwrigh
Copy link

@jrwrigh jrwrigh commented Feb 20, 2020

Previous functionality would simply create a file in the home directory called lib.

Instead, the desired functionality is to place libfruit.so into the directory called lib.

Previous functionality would simply create a file in the home directory called `lib`
@acroucher
Copy link
Owner

With the default values of $LIB and $INSTALL_DIR in the makefile, it is just doing cp libfruit.so ~/lib.

If you don't actually have a ~/lib directory, I guess it would create a file called lib in your home directory, as you reported.

It's assumed that the user will check that $INSTALL_DIR in the makefile is set to the appropriate directory for their system, and alter that if necessary.

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

Successfully merging this pull request may close these issues.

2 participants