9 lines
226 B
Bash
Executable File
9 lines
226 B
Bash
Executable File
#!/bin/sh
|
|
|
|
pkg-config.real \
|
|
--keep-system-cflags \
|
|
--keep-system-libs \
|
|
--define-variable=prefix="${STAGING_PREFIX}" \
|
|
--define-variable=exec_prefix="${STAGING_PREFIX}" \
|
|
--define-variable=bindir="${STAGING_PREFIX}/bin" "$@"
|