OSDN Git Service

Create bin dir and copy assemblies in advance to avoid trouble
authorLatif Khalifa <latifer@streamgrid.net>
Thu, 15 Oct 2009 04:10:57 +0000 (04:10 +0000)
committerLatif Khalifa <latifer@streamgrid.net>
Thu, 15 Oct 2009 04:10:57 +0000 (04:10 +0000)
git-svn-id: https://radegast.googlecode.com/svn/trunk@346 f7a694da-4d33-11de-9ad6-1127a62b9fcd

runprebuild.sh

index 5e07c7f..257663a 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/bash
 
+cd `dirname "$0"`
+mkdir bin 2>/dev/null
+cp Radegast/assemblies/* bin
+
 mono Radegast/Prebuild.exe /target nant
 mono Radegast/Prebuild.exe /target monodev