commit 6399eb12cefe8dbf9da535b459d00eba148a52ff Author: Nicolas Vigier boklm@torproject.org Date: Sun Nov 23 12:28:08 2014 +0100
tor-launcher: fix controlport.patch application --- projects/tor-launcher/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/tor-launcher/build b/projects/tor-launcher/build index d42b784..efee0f2 100644 --- a/projects/tor-launcher/build +++ b/projects/tor-launcher/build @@ -3,6 +3,6 @@ set -e tar xvf [% project %]-[% c('version') %].tar.gz cd [% project %]-[% c('version') %] patch -d src -p1 < ../topdir.patch -patch -d src -p1 < ../controlport.patch +patch -p1 < ../controlport.patch make package mv pkg/*.xpi [% dest_dir _ '/' _ c('filename') %]