diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-04-28 11:59:55 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-28 11:59:55 -0400 |
commit | 703ad69587b512088f178da52494d7767f521c38 (patch) | |
tree | b4209f96d7494bdf2dbb9af74549ed83d291579e /scripts/maint/updateVersions.pl | |
parent | 9230bc7c65cec68c66fa9c75751d6c6bd600e9fc (diff) | |
download | tor-703ad69587b512088f178da52494d7767f521c38.tar.gz tor-703ad69587b512088f178da52494d7767f521c38.zip |
Deal with the aftermath of sorting contrib
This basically amounts to grepping for every file that mentioned
contrib and adjusting its references to refer to the right place.
Diffstat (limited to 'scripts/maint/updateVersions.pl')
-rwxr-xr-x | scripts/maint/updateVersions.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/maint/updateVersions.pl b/scripts/maint/updateVersions.pl index 9dae1ff952..15c83b80a7 100755 --- a/scripts/maint/updateVersions.pl +++ b/scripts/maint/updateVersions.pl @@ -2,7 +2,7 @@ $CONFIGURE_IN = './configure.ac'; $ORCONFIG_H = './src/win32/orconfig.h'; -$TOR_NSI = './contrib/tor-mingw.nsi.in'; +$TOR_NSI = './contrib/win32build/tor-mingw.nsi.in'; $quiet = 1; |