Skip to content

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