mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-14 22:52:09 +00:00
Signed-off-by: Ted Hess <thess@kitschensync.net> (cherry picked from commit 042d68a19593ac796098845366a235f5465816da)
4 lines
168 B
Bash
Executable File
4 lines
168 B
Bash
Executable File
#!/bin/sh
|
|
|
|
pkg-config.real --define-variable=prefix=${STAGING_PREFIX} --define-variable=exec_prefix=${STAGING_PREFIX} --define-variable=bindir=${STAGING_PREFIX}/bin $@
|