mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
c60be19693
Mainly quoting fixes. Separated parameters by \ for easier readability. Signed-off-by: Rosen Penev <rosenp@gmail.com>
7 lines
182 B
Bash
Executable File
7 lines
182 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" "$@"
|