fa1faccc6cf5166786b52f4bc03edd5cead6d88a
[openwrt/openwrt.git] / tools / pkgconf / files / pkg-config
1 #!/bin/sh
2
3 pkg-config.real \
4 --define-variable=prefix="${STAGING_PREFIX}" \
5 --define-variable=exec_prefix="${STAGING_PREFIX}" \
6 --define-variable=bindir="${STAGING_PREFIX}/bin" "$@"