From efa002e617eaad885e114303a029c91f15649c90 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 25 Jun 2011 14:41:05 +0200 Subject: [PATCH] correct disk requrement --- CLIENT_DATA/setup.ins | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CLIENT_DATA/setup.ins b/CLIENT_DATA/setup.ins index bff2748..d084ab0 100644 --- a/CLIENT_DATA/setup.ins +++ b/CLIENT_DATA/setup.ins @@ -35,7 +35,7 @@ Set $LogDir$ = "%SystemDrive%\tmp" ; therefore please: only lower letters, no umlauts, ; no white space use '-' as a seperator Set $ProductId$ = "7zip" -Set $MinimumSpace$ = "2.7 MB" +Set $MinimumSpace$ = "3 MB" ; the path were we find the product after the installation Set $InstallDir32$ = "%ProgramFiles32Dir%\7-Zip" Set $InstallDir64$ = "%ProgramFiles64Dir%\7-Zip" diff --git a/build.sh b/build.sh index c131031..cd25828 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh PN="7zip" VERSION="9.20" -RELEASE="1" +RELEASE="2" PRIORITY="0" ADVICE="" TYPE="public"