fixes #2938 unbreak make install and SharpFont on Mac

This commit is contained in:
Matthias Mailänder
2013-04-03 13:58:27 +02:00
parent 270296f64b
commit e8c43eae92
2 changed files with 6 additions and 4 deletions

View File

@@ -257,7 +257,7 @@ install: all
@$(INSTALL_PROGRAM) thirdparty/ICSharpCode.SharpZipLib.dll $(INSTALL_DIR)
@$(INSTALL_PROGRAM) thirdparty/FuzzyLogicLibrary.dll $(INSTALL_DIR)
@$(INSTALL_PROGRAM) thirdparty/SharpFont.dll $(INSTALL_DIR)
@cp thirdparty/SharpFont.config.dll $(INSTALL_DIR)
@cp thirdparty/SharpFont.dll.config $(INSTALL_DIR)
@echo "#!/bin/sh" > openra
@echo 'BINDIR=$$(dirname $$(readlink -f $$0))' >> openra