correct disk requrement

This commit is contained in:
Mario Fetka 2011-06-25 14:41:05 +02:00
parent 11d132a96f
commit efa002e617
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -1,7 +1,7 @@
#!/bin/sh
PN="7zip"
VERSION="9.20"
RELEASE="1"
RELEASE="2"
PRIORITY="0"
ADVICE=""
TYPE="public"