forked from ungleich-public/cdist
		
	really create the directories
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								fece6ddd6a
							
						
					
				
			
			
				commit
				
					
						a0058a1818
					
				
			
		
					 1 changed files with 1 additions and 2 deletions
				
			
		
							
								
								
									
										3
									
								
								build.sh
									
										
									
									
									
								
							
							
						
						
									
										3
									
								
								build.sh
									
										
									
									
									
								
							| 
						 | 
					@ -97,8 +97,7 @@ case "$1" in
 | 
				
			||||||
   web)
 | 
					   web)
 | 
				
			||||||
      cp README ${WEBDIR}/${WEBPAGE}
 | 
					      cp README ${WEBDIR}/${WEBPAGE}
 | 
				
			||||||
      rm -rf ${WEBDIR}/${WEBBASE}/man 
 | 
					      rm -rf ${WEBDIR}/${WEBBASE}/man 
 | 
				
			||||||
      mkdir ${WEBDIR}/${WEBBASE}/man/man1
 | 
					      mkdir -p ${WEBDIR}/${WEBBASE}/man/man1 ${WEBDIR}/${WEBBASE}/man/man7
 | 
				
			||||||
      mkdir ${WEBDIR}/${WEBBASE}/man/man7
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
      rm -rf ${WEBDIR}/${WEBBASE}/speeches && mkdir ${WEBDIR}/${WEBBASE}/speeches
 | 
					      rm -rf ${WEBDIR}/${WEBBASE}/speeches && mkdir ${WEBDIR}/${WEBBASE}/speeches
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue