Skip to content

Commit

Permalink
creatensis.pl: default arch to x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 8, 2014
1 parent b4d7e02 commit 868d50c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ms-windows/osgeo4w/creatensis.pl
Expand Up @@ -28,7 +28,7 @@
my $binary;
my $root = "http://download.osgeo.org/osgeo4w";
my $ininame = "setup.ini";
my $arch = "";
my $arch = "x86_64";
my $help;

my $result = GetOptions(
Expand Down Expand Up @@ -425,7 +425,7 @@ =head1 SYNOPSIS
-packagename=s name of package (defaults to 'QGIS')
-shortname=s shortname used for batch file (defaults to 'qgis')
-mirror=s default mirror (defaults to 'http://download.osgeo.org/osgeo4w')
-arch=s architecture (x86 or x86_64; defaults to '')
-arch=s architecture (x86 or x86_64; defaults to 'x86_64')
-help this help
If no packages are given 'qgis-full' and it's dependencies will be retrieved
Expand Down

0 comments on commit 868d50c

Please sign in to comment.