9 lines
		
	
	
	
		
			202 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			202 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
| set -e
 | |
| for i in `tail +2 $DESTDIR/$1/LIST`
 | |
| do
 | |
| 	${DF-false} $1 $i
 | |
| done
 | |
| cd $DESTDIR/$1
 | |
| arch cDr `cat LIST`
 | |
| : I do not remove the files constituating the library, because
 | |
| : they might be present in .distr
 |