042d68a195
Signed-off-by: Ted Hess <thess@kitschensync.net>
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 $@
|