#!/bin/sh if [ "@$UNPACKTOP" == "@" ]; then cat << END Error: This wrapper should be run by the Laclin "handbrake" "cfg" file and only by that "cfg" file. END exit 1 fi P=$UNPACKTOP/build/contrib/lib/pkgconfig export PKG_CONFIG_PATH=$P:$PKG_CONFIG_PATH /$LACARCH/bin/pkg-config $* >> /tmp/handbrake-pc.log 2>&1 exec /$LACARCH/bin/pkg-config $*