Amigans Defender
Joined: 2006/11/17 22:40 Last Login
: Yesterday 22:43
From England
Group:
Registered Users Moderators
|
Consider the following Installer script:
(message @default-dest (all))
What this should do, when run, is print the destination which Installer has determined is best to use by default - usually the partition with the most space available.
What it actually prints is TEXTCLIP:
This is wrong. TEXTCLIP: is a 250MB volume with 0% usage according to Info. I know for a fact that all my partitions have at least 1GB free and are a better match.
If I "assign textclip: dismount", Installer will then pick Files:, which is correct.
Looking at the Info command, the block values for "free" are in the same order. It looks like Installer might be comparing number of blocks free rather than number of bytes.
|