Kaydet (Commit) 83518724 authored tarafından Oliver Specht's avatar Oliver Specht Kaydeden (comit) Michael Stahl

added slash to 'Merge Modules' path to fix building win instset

Change-Id: I83702435e9f8e0e73d6a3ecee1e6a7a30dda52d9
Reviewed-on: https://gerrit.libreoffice.org/19886Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
Tested-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst a6ae84cc
......@@ -5340,7 +5340,7 @@ find_msms()
dnl something like $(perl -e 'print $ENV{"CommonProgramFiles(x86)"}') to
dnl obtain its value from cygwin:
if test -z "$msmdir"; then
my_msm_dir="${COMMONPROGRAMFILES}/Merge Modules"
my_msm_dir="${COMMONPROGRAMFILES}/Merge Modules/"
if test -e "$my_msm_dir/$my_msm_file"; then
msmdir=$my_msm_dir
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment