Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Christoforides <alexis@thenull.net>2015-08-11 22:18:56 +0300
committerAlexis Christoforides <alexis@thenull.net>2015-08-11 22:18:56 +0300
commit6664fcebabe6dbad9364971fe61103ac3668c690 (patch)
treeaf252f3092ebd0a4f8b38ab75b90cfc08edd108e
parent0cfd98ffd13887a17d4e2d391bb26896c9f0dc7c (diff)
Explicitly create bin directory for ironlangs invocation scripts
-rw-r--r--packages/ironlangs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/ironlangs.py b/packages/ironlangs.py
index 527c8a9..ce80b36 100644
--- a/packages/ironlangs.py
+++ b/packages/ironlangs.py
@@ -35,6 +35,7 @@ class IronLanguagesPackage(GitHubTarballPackage):
self.ironpython = os.path.join (os.getcwd(), 'ironpython', 'bin') + os.sep
self.sh ("mkdir -p %{staged_prefix}/lib/ironruby/")
+ self.sh ("mkdir -p %{staged_prefix}/bin/")
self.sh ("cp -R %{ironruby} %{staged_prefix}/lib/ironruby/")
self.install_wrapper_scripts (self.ironruby, 'ironruby')