pjam 0.0.7.pre → 0.0.8.pre
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/pjam +1 -1
- metadata +1 -1
data/bin/pjam
CHANGED
|
@@ -104,7 +104,7 @@ sources_list.each do |src|
|
|
|
104
104
|
cmd ="cd #{project_id}/#{src} && pinto delete -v PINTO/#{distro_name} #{color_flag}"
|
|
105
105
|
system(cmd) == true
|
|
106
106
|
|
|
107
|
-
cmd ="cd #{project_id}/#{src} && pinto add
|
|
107
|
+
cmd ="cd #{project_id}/#{src} && pinto add -s #{config['stack']} -v #{distro_name} #{color_flag}"
|
|
108
108
|
system(cmd) == true or raise "failed do cmd: #{cmd}"
|
|
109
109
|
|
|
110
110
|
compile_list << distro_name
|