mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-31 16:03:09 +01:00
3 lines
168 B
Bash
Executable file
3 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 $@
|