Fixes issues introduced after merge with conflicts

This commit is contained in:
alalazo 2016-01-26 14:11:23 +01:00
parent 093b831799
commit 5e3b7a4247
2 changed files with 2 additions and 2 deletions

View file

@ -702,7 +702,7 @@ def do_stage(self, mirror_only=False):
if not self.spec.concrete:
raise ValueError("Can only stage concrete packages.")
self.do_fetch()
self.do_fetch(mirror_only)
self.stage.expand_archive()
self.stage.chdir_to_source()

View file

@ -1,4 +1,4 @@
1 ##############################################################################
##############################################################################
# Copyright (c) 2013, Lawrence Livermore National Security, LLC.
# Produced at the Lawrence Livermore National Laboratory.
#