specs/stx-jv.rbspec
changeset 31 2689201485d0
parent 29 cd2e05aff563
child 32 0872e75d5c5c
--- a/specs/stx-jv.rbspec	Fri Jun 03 00:47:35 2016 +0100
+++ b/specs/stx-jv.rbspec	Fri Jun 03 12:05:02 2016 +0100
@@ -228,7 +228,7 @@
          Proc.new do | pkg, build_dir |
              repo = :'swing:hg'
              puts "Checking out #{pkg.name} from #{repo} (cache / staging repo)..."
-             checkout repo, pkg.directory, :branch => pkg.branch, :package => pkg, :separator => '.'
+             checkout repo, pkg.directory, :branch => pkg.branch, :package => pkg, :separator => '-'
              puts "Checking out #{pkg.name} from #{repo} (cache)...done"
 
              File.open(build_dir / 'stx' / 'libjava' / '.hg' / 'hgrc' , 'w') do | f |