FRUITPy icon indicating copy to clipboard operation
FRUITPy copied to clipboard

Fix fruit_makefile

Open jrwrigh opened this issue 5 years ago • 1 comments

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.

jrwrigh avatar Feb 20 '20 03:02 jrwrigh

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.

acroucher avatar Feb 25 '20 04:02 acroucher