From 2d379c38c59bfea9fc6064f8a841e8274b014891 Mon Sep 17 00:00:00 2001 From: James Wright Date: Wed, 19 Feb 2020 20:36:19 -0700 Subject: [PATCH] fix: Move libfruit.so to directory called lib Previous functionality would simply create a file in the home directory called `lib` --- fruit_makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fruit_makefile b/fruit_makefile index 8af689f..281a6d7 100644 --- a/fruit_makefile +++ b/fruit_makefile @@ -25,5 +25,5 @@ $(BUILD)/%$(OBJ): $(SRC)/%$(F90) $(FC) $(FLAGS) -c $< -o $@ install : - cp $(LIB) $(INSTALL_DIR) + cp $(LIB) $(INSTALL_DIR)/$(LIB) cp *.mod $(INCL_DIR)