mirror of
				https://git.launchpad.net/ubuntu-dev-tools
				synced 2025-11-04 07:54:03 +00:00 
			
		
		
		
	Merge jpds's quoting fix
This commit is contained in:
		
						commit
						07ceae19b3
					
				@ -216,7 +216,8 @@ class pbuilder_dist:
 | 
			
		||||
			components = 'main restricted'
 | 
			
		||||
			if self.extra_components:
 | 
			
		||||
				components += ' universe multiverse'
 | 
			
		||||
		arguments.append('--components %s' % components)
 | 
			
		||||
 | 
			
		||||
		arguments.append('--components "%s"' % components)
 | 
			
		||||
		
 | 
			
		||||
		if self.build_architecture != self.system_architecture:
 | 
			
		||||
			arguments.append('--debootstrapopts --arch')
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user