Make sure bin dir exists in fake root environments.
This commit is contained in:
committed by
Matthew Bowra-Dean
parent
50c5c51d4b
commit
bce2bcec9c
3
Makefile
3
Makefile
@@ -119,7 +119,8 @@ install: all
|
|||||||
@echo "#!/bin/sh" > openra
|
@echo "#!/bin/sh" > openra
|
||||||
@echo "cd "$(INSTALL_DIR) >> openra
|
@echo "cd "$(INSTALL_DIR) >> openra
|
||||||
@echo "mono "$(INSTALL_DIR)"/OpenRA.Game.exe" >> 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 "OpenRA is now installed. You will now want to download"
|
||||||
@echo "http://open-ra.org/packages/ra-packages.zip and"
|
@echo "http://open-ra.org/packages/ra-packages.zip and"
|
||||||
|
|||||||
Reference in New Issue
Block a user