mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-09 11:12:50 +01:00
Mainly quoting fixes. Separated parameters by \ for easier readability. Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 lines
182 B
Bash
Executable file
6 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" "$@"
|