libraptor2, librasqal: Fix typo in `*-config` wrapper

%ci:no-build
This commit is contained in:
Tee KOBAYASHI 2022-02-13 02:44:50 +09:00 committed by xtkoba
parent 715ce90c53
commit fcdb6e46ad
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ termux_step_pre_configure() {
local conf="$bin/${p}-config"
cat > "$conf" <<-EOF
#!${sh}
exec sh "$TERMUX_PREFIX/${p}-config" "\$@"
exec sh "$TERMUX_PREFIX/bin/${p}-config" "\$@"
EOF
chmod 0700 "$conf"
done

View File

@ -17,7 +17,7 @@ termux_step_pre_configure() {
local conf="$bin/${p}-config"
cat > "$conf" <<-EOF
#!${sh}
exec sh "$TERMUX_PREFIX/${p}-config" "\$@"
exec sh "$TERMUX_PREFIX/bin/${p}-config" "\$@"
EOF
chmod 0700 "$conf"
done