mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
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" "$@"
|