Ensure symlinks are built with correct library num
This commit is contained in:
		
							parent
							
								
									4b6b39ac66
								
							
						
					
					
						commit
						3bfe90a194
					
				| 
						 | 
					@ -7,6 +7,7 @@ build_dir_tree "${INCLUDEDIR}" || return 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# install library
 | 
					# install library
 | 
				
			||||||
echo "Installing libraries into '${LIBDIR}'"
 | 
					echo "Installing libraries into '${LIBDIR}'"
 | 
				
			||||||
 | 
					source src/@NAME@/soversion
 | 
				
			||||||
install_file ${@CNAME@} ${LIBDIR} 0755 || return 1
 | 
					install_file ${@CNAME@} ${LIBDIR} 0755 || return 1
 | 
				
			||||||
BASE="${@CNAME@_BASE}.so"
 | 
					BASE="${@CNAME@_BASE}.so"
 | 
				
			||||||
MAJOR="${BASE}.${SOMAJOR}"
 | 
					MAJOR="${BASE}.${SOMAJOR}"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue