Error in QNX when installing .sh files.
The current installation mechanism creates a gzipped tar file (.tgz) from a self-installing shell archive. In QNX, the system's install program is automatically invoked on this file with a command like: install -u archive.tgz
This works for version 4.25 of QNX. However for older versions of QNX the install program cannot recognize a gzipped tar file.
$ chmod +x archive.sh
$ archive.sh -d
$ mv archive.tgz archive.pax.gz
$ gunzip archive.pax.gz
$ freeze archive.pax
$ cd /
$ install -u /path/to/archive.pax.F
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.