From fd5f3d0fba76906c280684dee8aae6f1f77bb11c Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Wed, 1 May 2019 10:22:52 -0500 Subject: [PATCH] Makefile: Fix install tool directory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c424093..7708410f 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ proton: configure install: configure vagrant ssh -c 'make -C $(BUILD_DIR)/ STEAM_DIR=/vagrant/ install' mkdir -p $(STEAM_DIR)/compatibilitytools.d/ - cp -R vagrant_share/compatibilitytools.d/$(BUILD_DIR) $(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