[izpack-users] How could I change my script permission ?!
Klaus Bartz
bartzkau at gmx.net
Thu Jan 5 20:31:16 CET 2006
Am 04.01.2006, 13:12 Uhr, schrieb Friend <follow_from at yahoo.co.uk>:
> Hi There,
> I have been provided with
> Error Executing
> /bin/chmod a+x installer_main.sh
> when I try to execute my bash script as a postinstall action
> Here is my install.xml extract
> <installation ..>
> .
> .
> <packs>
> <pack>
> .
> .
> .
> <executable
> targetfile="installer_main.sh"
This can not be a full qualified path; may be you mean
targetfile="$INSTALL_PATH/installer_main.sh"
> type="bin"
> stage="postinstall"
> failure="ask"
> os="unix"
> keep="true"/>
> </pack>
> </packs>
> .
> .
> </installation>
Cheers
Klaus
More information about the izpack-users
mailing list