From 79406ee737af23815f615693e514c5f7dddf3cb6 Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Mon, 25 Mar 2019 08:59:24 -0500 Subject: [PATCH] Makefile: Only install relevant compat tool --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 09f74c84..c734fbc3 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,8 @@ proton: configure install: configure vagrant ssh -c 'make -C $(BUILD_DIR)/ STEAM_DIR=/vagrant/ install' - cp -R vagrant_share/compatibilitytools.d/ $(STEAM_DIR) + mkdir -p $(STEAM_DIR)/compatibilitytools.d/ + cp -R vagrant_share/compatibilitytools.d/$(build_name) $(STEAM_DIR)/compatibilitytools.d/ echo "Proton installed to your local Steam installation" deploy: configure