12 lines
		
	
	
	
		
			281 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			281 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/sh
 | 
						|
# Nico Schottelius
 | 
						|
# cinit: install needed directories
 | 
						|
# Date: - (Last Modified: 2005-08-06)
 | 
						|
# 
 | 
						|
 | 
						|
. $(dirname $0)/cinit.read-conf
 | 
						|
 | 
						|
"$INSTALL_PROG" "$INSTALL_DIRECTORY" "$DESTDIR/$CINIT_DIR/$C_TMP"
 | 
						|
"$INSTALL_PROG" "$INSTALL_DIRECTORY" "$DESTDIR/$CINIT_DIR/$C_INIT"
 | 
						|
 | 
						|
exit 0
 |