commit 50f2c6eb47bbf487a9c3b85e872e62b8a6675e9a Author: Sukhbir Singh sukhbir@torproject.org Date: Mon Mar 23 09:21:36 2015 +0530
Also remove the earlier patch from the build file --- projects/tor-launcher/build | 1 - 1 file changed, 1 deletion(-)
diff --git a/projects/tor-launcher/build b/projects/tor-launcher/build index 9a4a96f..0891389 100644 --- a/projects/tor-launcher/build +++ b/projects/tor-launcher/build @@ -2,7 +2,6 @@ set -e tar xvf [% project %]-[% c('version') %].tar.gz cd [% project %]-[% c('version') %] -patch -d src -p1 < ../topdir.patch [% IF c("var/tor_control_port") -%] patch -p1 < ../controlport.patch [% END -%]