aboutsummaryrefslogtreecommitdiff
path: root/configure.sh
diff options
context:
space:
mode:
authorGavin D. Howard <gavin@gavinhoward.com>2023-03-01 19:04:21 -0700
committerGavin D. Howard <gavin@gavinhoward.com>2023-03-01 19:04:21 -0700
commit9c2f45c91aeb9e61785c5e358722403ecad6f293 (patch)
treeece9410863f9f2082668fef442b6135e7007ea74 /configure.sh
parent040f6991ef1dac2331208b32e55c515ebf93e408 (diff)
downloadbc-9c2f45c91aeb9e61785c5e358722403ecad6f293.tar.gz
Fix the pkg-config file gen for bcl
Signed-off-by: Gavin D. Howard <gavin@gavinhoward.com>
Diffstat (limited to 'configure.sh')
-rwxr-xr-xconfigure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index 3ada5298..021d3080 100755
--- a/configure.sh
+++ b/configure.sh
@@ -1801,7 +1801,7 @@ if [ "$library" -ne 0 ]; then
contents=$(replace "$contents" "LIBDIR" "$LIBDIR")
contents=$(replace "$contents" "VERSION" "$version")
- printf '%s\n' "$contents" > "./bcl.pc"
+ printf '%s\n' "$contents" > "$scriptdir/bcl.pc"
pkg_config_install="\$(SAFE_INSTALL) \$(PC_INSTALL_ARGS) \"\$(BCL_PC)\" \"\$(DESTDIR)\$(PC_PATH)/\$(BCL_PC)\""
pkg_config_uninstall="\$(RM) -f \"\$(DESTDIR)\$(PC_PATH)/\$(BCL_PC)\""