@@ -231,8 +231,8 @@ def touch_in_srcdir(*dirs, file)
231
231
working_directory : @package . srcdir ) . once . globally . ordered
232
232
@package . should_receive ( :run ) . with ( any , "/my/autogen/script" ,
233
233
working_directory : @package . srcdir ) . once . globally . ordered
234
- @package . should_receive ( :run ) . with ( any , /configure/ , any , any ) .
235
- once . globally . ordered
234
+ @package . should_receive ( :run ) . with ( any , /configure/ , any ,
235
+ working_directory : @package . builddir ) . once . globally . ordered
236
236
conffile = @package . prepare
237
237
Rake ::Task [ conffile ] . invoke
238
238
end
@@ -247,8 +247,8 @@ def touch_in_srcdir(*dirs, file)
247
247
working_directory : @package . srcdir ) . once . globally . ordered
248
248
@package . should_receive ( :run ) . with ( any , "/my/autogen/script" ,
249
249
working_directory : @package . srcdir ) . once . globally . ordered
250
- @package . should_receive ( :run ) . with ( any , /configure/ , any , any ) .
251
- once . globally . ordered
250
+ @package . should_receive ( :run ) . with ( any , /configure/ , any ,
251
+ working_directory : @package . builddir ) . once . globally . ordered
252
252
conffile = @package . prepare
253
253
Rake ::Task [ conffile ] . invoke
254
254
end
@@ -269,8 +269,8 @@ def touch_in_srcdir(*dirs, file)
269
269
working_directory : @package . srcdir ) . once . globally . ordered
270
270
@package . should_receive ( :run ) . with ( any , /automake/ ,
271
271
working_directory : @package . srcdir ) . once . globally . ordered
272
- @package . should_receive ( :run ) . with ( any , /configure/ , any , any ) .
273
- once . globally . ordered
272
+ @package . should_receive ( :run ) . with ( any , /configure/ , any ,
273
+ working_directory : @package . builddir ) . once . globally . ordered
274
274
conffile = @package . prepare
275
275
Rake ::Task [ conffile ] . invoke
276
276
end
@@ -315,8 +315,8 @@ def touch_in_srcdir(*dirs, file)
315
315
working_directory : @package . srcdir ) . once . globally . ordered
316
316
@package . should_receive ( :run ) . with ( any , /automake/ ,
317
317
working_directory : @package . srcdir ) . once . globally . ordered
318
- @package . should_receive ( :run ) . with ( any , /configure/ , any , any ) .
319
- once . globally . ordered
318
+ @package . should_receive ( :run ) . with ( any , /configure/ , any ,
319
+ working_directory : @package . builddir ) . once . globally . ordered
320
320
conffile = @package . prepare
321
321
Rake ::Task [ conffile ] . invoke
322
322
end
@@ -335,8 +335,8 @@ def touch_in_srcdir(*dirs, file)
335
335
working_directory : @package . srcdir ) . once . globally . ordered
336
336
@package . should_receive ( :run ) . with ( any , /automake/ ,
337
337
working_directory : @package . srcdir ) . once . globally . ordered
338
- @package . should_receive ( :run ) . with ( any , /configure/ , any , any ) .
339
- once . globally . ordered
338
+ @package . should_receive ( :run ) . with ( any , /configure/ , any ,
339
+ working_directory : @package . builddir ) . once . globally . ordered
340
340
conffile = @package . prepare
341
341
Rake ::Task [ conffile ] . invoke
342
342
end
@@ -355,8 +355,8 @@ def touch_in_srcdir(*dirs, file)
355
355
working_directory : @package . srcdir ) . once . globally . ordered
356
356
@package . should_receive ( :run ) . with ( any , /automake/ ,
357
357
working_directory : @package . srcdir ) . once . globally . ordered
358
- @package . should_receive ( :run ) . with ( any , /configure/ , any , any ) .
359
- once . globally . ordered
358
+ @package . should_receive ( :run ) . with ( any , /configure/ , any ,
359
+ working_directory : @package . builddir ) . once . globally . ordered
360
360
conffile = @package . prepare
361
361
Rake ::Task [ conffile ] . invoke
362
362
end
@@ -375,8 +375,8 @@ def touch_in_srcdir(*dirs, file)
375
375
working_directory : @package . srcdir ) . once . globally . ordered
376
376
@package . should_receive ( :run ) . with ( any , /automake/ ,
377
377
working_directory : @package . srcdir ) . once . globally . ordered
378
- @package . should_receive ( :run ) . with ( any , /configure/ , any , any ) .
379
- once . globally . ordered
378
+ @package . should_receive ( :run ) . with ( any , /configure/ , any ,
379
+ working_directory : @package . builddir ) . once . globally . ordered
380
380
conffile = @package . prepare
381
381
Rake ::Task [ conffile ] . invoke
382
382
end
@@ -395,8 +395,8 @@ def touch_in_srcdir(*dirs, file)
395
395
working_directory : @package . srcdir ) . once . globally . ordered
396
396
@package . should_receive ( :run ) . with ( any , /autoheader/ ,
397
397
working_directory : @package . srcdir ) . once . globally . ordered
398
- @package . should_receive ( :run ) . with ( any , /configure/ , any , any ) .
399
- once . globally . ordered
398
+ @package . should_receive ( :run ) . with ( any , /configure/ , any ,
399
+ working_directory : @package . builddir ) . once . globally . ordered
400
400
conffile = @package . prepare
401
401
Rake ::Task [ conffile ] . invoke
402
402
end
0 commit comments