[tor-commits] [tor-messenger-build/master] Rename libotr-5.dll to otr.dll

boklm at torproject.org boklm at torproject.org
Wed May 27 19:25:02 UTC 2015


commit 8038eb98da33522deff1bb1caa791dae56393f92
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Wed May 27 21:23:15 2015 +0200

    Rename libotr-5.dll to otr.dll
---
 projects/ctypes-otr/build |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/projects/ctypes-otr/build b/projects/ctypes-otr/build
index f86c75a..8b0d232 100644
--- a/projects/ctypes-otr/build
+++ b/projects/ctypes-otr/build
@@ -3,6 +3,10 @@ set -e
 tar xf [% project %]-[% c('version') %].tar.gz
 tar xf [% c('input_files_by_name/libotr') %]
 mv libotr/[% c('var/lib_glob') %] [% project %]-[% c('version') %]/chrome/content/
+[% IF c('var/windows') -%]
+mv -f [% project %]-[% c('version') %]/chrome/content/libotr-*.dll \
+      [% project %]-[% c('version') %]/chrome/content/otr.dll
+[% END -%]
 tar xf [% c('input_files_by_name/libgcrypt') %]
 mv libgcrypt/[% c('var/lib_glob') %] [% project %]-[% c('version') %]/chrome/content/
 tar xf [% c('input_files_by_name/libgpg-error') %]



More information about the tor-commits mailing list