[tor-commits] [tor-messenger-build/master] Use the more general input file name

arlo at torproject.org arlo at torproject.org
Thu Nov 3 23:12:25 UTC 2016


commit 6c4c6eb095a1e562db6647b93262e80858a360fd
Author: Arlo Breault <arlolra at gmail.com>
Date:   Thu Nov 3 16:11:22 2016 -0700

    Use the more general input file name
---
 projects/tor-messenger/build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/projects/tor-messenger/build b/projects/tor-messenger/build
index c855675..821cd4e 100755
--- a/projects/tor-messenger/build
+++ b/projects/tor-messenger/build
@@ -93,12 +93,12 @@ mv bundle tor-messenger
 makensis tor-messenger.nsi
 
 tar xf $rootdir/[% c('input_files_by_name/python-future') %]
-cd future-0.16.0/
+cd $(echo [% c('input_files_by_name/python-future') %] | sed s/\.tar\.gz$//)
 python setup.py install --user
 cd ..
 
 tar xf $rootdir/[% c('input_files_by_name/python-pefile') %]
-cd pefile-2016.3.28/
+cd $(echo [% c('input_files_by_name/python-pefile') %] | sed s/\.tar\.gz$//)
 python setup.py install --user
 cd ..
 



More information about the tor-commits mailing list