You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							6 lines
						
					
					
						
							348 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							6 lines
						
					
					
						
							348 B
						
					
					
				
								#!/bin/sh
							 | 
						|
								set -x
							 | 
						|
								PKGCONFDIR=$(dirname $0)
							 | 
						|
								DEFAULT_PKG_CONFIG_LIBDIR=${PKGCONFDIR}/../../root/lib/pkgconfig
							 | 
						|
								DEFAULT_PKG_CONFIG_SYSROOT_DIR=${PKGCONFDIR}/../../root
							 | 
						|
								PKG_CONFIG_LIBDIR=${PKG_CONFIG_LIBDIR:-${DEFAULT_PKG_CONFIG_LIBDIR}} PKG_CONFIG_SYSROOT_DIR=${PKG_CONFIG_SYSROOT_DIR:-${DEFAULT_PKG_CONFIG_SYSROOT_DIR}} exec ${PKGCONFDIR}/pkgconf "$@"
							 | 
						|
								
							 |