添加默认可执行权限
This commit is contained in:
		
							
								
								
									
										1
									
								
								install
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								install
									
									
									
									
									
								
							@ -5,6 +5,7 @@ if [ -d $objDir ]
 | 
				
			|||||||
then
 | 
					then
 | 
				
			||||||
    cwd=`pwd`
 | 
					    cwd=`pwd`
 | 
				
			||||||
    chmod +x ./ofCmakeConfig
 | 
					    chmod +x ./ofCmakeConfig
 | 
				
			||||||
 | 
					    chmod +x ./occ
 | 
				
			||||||
    rm -f $objDir/ofCmakeConfig $objDir/occ
 | 
					    rm -f $objDir/ofCmakeConfig $objDir/occ
 | 
				
			||||||
    ln -s $cwd/ofCmakeConfig $objDir/
 | 
					    ln -s $cwd/ofCmakeConfig $objDir/
 | 
				
			||||||
    ln -s $cwd/occ $objDir/
 | 
					    ln -s $cwd/occ $objDir/
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user