mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	Used long options for tar
This commit is contained in:
		
							parent
							
								
									b334ed4f50
								
							
						
					
					
						commit
						b912587c63
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -9,9 +9,9 @@ rpm: dist
 | 
				
			||||||
dist-hook:
 | 
					dist-hook:
 | 
				
			||||||
	-chmod -R a+r $(distdir)
 | 
						-chmod -R a+r $(distdir)
 | 
				
			||||||
	@if ! test -z "$(AMTAR)"; then \
 | 
						@if ! test -z "$(AMTAR)"; then \
 | 
				
			||||||
		$(AMTAR) cvf $(distdir).tar.bz2 --bzip2 $(distdir); \
 | 
							$(AMTAR) --create --verbose --bzip2 --file=$(distdir).tar.bz2 $(distdir); \
 | 
				
			||||||
	else \
 | 
						else \
 | 
				
			||||||
		$(TAR) cvf $(distdir).tar.bz2 --bzip2 $(distdir); \
 | 
							$(TAR) --create --verbose --bzip2 --file=$(distdir).tar.bz2 $(distdir); \
 | 
				
			||||||
	fi
 | 
						fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
doc-dummy:
 | 
					doc-dummy:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue