From 37e0a189fb10653cf63f039204dfd64a1cc315bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Thu, 28 Mar 2013 09:02:43 +0100 Subject: [PATCH] Update package-all.sh OpenRA build server is running http://packages.ubuntu.com/precise/markdown which has a different name in /usr/bin compared to the http://software.opensuse.org/package/perl-Text-Markdown I have installed on my machine. --- packaging/package-all.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/package-all.sh b/packaging/package-all.sh index 48ebe935f7..d480963592 100755 --- a/packaging/package-all.sh +++ b/packaging/package-all.sh @@ -21,9 +21,9 @@ make package # Remove the mdb files that are created during `make` find . -path "*.mdb" -delete -Markdown.pl README.md > README.html -Markdown.pl CONTRIBUTING.md > CONTRIBUTING.html -Markdown.pl DOCUMENTATION.md > DOCUMENTATION.html +markdown README.md > README.html +markdown CONTRIBUTING.md > CONTRIBUTING.html +markdown DOCUMENTATION.md > DOCUMENTATION.html # List of files that are packaged on all platforms # Note that the Tao dlls are shipped on all platforms except osx and that