summaryrefslogtreecommitdiff
path: root/solenv/bin/bin_library_info.sh
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-06 16:36:04 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-07 14:27:50 -0600
commitb8002169336b6b7597d32755e41fa3dc2688539e (patch)
treedde6d4ce209e09aa2140575aa1f8386144f76af6 /solenv/bin/bin_library_info.sh
parent7fb73e6c30e66f028fe759376e3789456bf3ad33 (diff)
remove INPATH and PROEXT
- WORKDIR path is just workdir - INSTDIR path is just instdir - WORKDIR_FOR_BUILD is workdir_for_build - INSTDIR_FOR_BUILD is instdir_for_build - replace other usage of INPATH by combination of OS and CPUNAME Change-Id: Ie398387ebd82a968ec2605f2103c55b43a231482 Reviewed-on: https://gerrit.libreoffice.org/6601 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'solenv/bin/bin_library_info.sh')
-rwxr-xr-xsolenv/bin/bin_library_info.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/bin/bin_library_info.sh b/solenv/bin/bin_library_info.sh
index 10200edad3f5..d54d6b3d2f82 100755
--- a/solenv/bin/bin_library_info.sh
+++ b/solenv/bin/bin_library_info.sh
@@ -63,7 +63,7 @@ determine_binary_package_name()
csha=$(get_config_sha)
gsha=$(get_library_gbuild_sha "${module?}")
if [ -n "${csha?}" -a -n "${gsha}" ] ; then
- binfile="${csha?}_${gsha?}_${tarball?}.${INPATH?}.tar.gz"
+ binfile="${csha?}_${gsha?}_${tarball?}.${PLATFORM?}.tar.gz"
fi
echo "${binfile}"
@@ -125,7 +125,7 @@ while [ "${1}" != "" ]; do
shift;
arg="$1"
fi
- INPATH="$arg"
+ PLATFORM="$arg"
;;
-q)
V=0