main: use ; to separate tar transform components
This commit is contained in:
		
							parent
							
								
									2d1645957a
								
							
						
					
					
						commit
						25ee9fdc80
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								main.js
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								main.js
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -66,7 +66,7 @@ async function main() {
 | 
			
		|||
                "tar",
 | 
			
		||||
                "--exclude-vcs",
 | 
			
		||||
                "--exclude", "./debian",
 | 
			
		||||
                "--transform", `s/^${sourceDirectory}/${package}-${version}/`,
 | 
			
		||||
                "--transform", `s;^${sourceDirectory};${package}-${version};`,
 | 
			
		||||
                "-cvzf", `${buildDirectory}/${package}_${version}.orig.tar.gz`,
 | 
			
		||||
                sourceDirectory
 | 
			
		||||
            ])
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue