From bce2bcec9ce730fe1f6266416dbaac5494f9b18c Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 30 Jun 2010 10:09:39 +1200 Subject: [PATCH] Make sure bin dir exists in fake root environments. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e3243e4e47..5e6e326942 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,8 @@ install: all @echo "#!/bin/sh" > openra @echo "cd "$(INSTALL_DIR) >> openra @echo "mono "$(INSTALL_DIR)"/OpenRA.Game.exe" >> openra - @$(INSTALL_PROGRAM) -m +rx openra $(BIN_INSTALL_DIR)/ + @$(INSTALL_PROGRAM) -d $(BIN_INSTALL_DIR) + @$(INSTALL_PROGRAM) -m +rx openra $(BIN_INSTALL_DIR) @echo "OpenRA is now installed. You will now want to download" @echo "http://open-ra.org/packages/ra-packages.zip and"