The program `tempfile` apparently isn't available on a default CentOS install, that causes the installer break.
Changing line 39 from TEMPFILE=`tempfile` to TEMPFILE=`mktemp` which is available on CentOS aswell as on Ubuntu platforms fixes the problem.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | CentOS-compatibility-1123176-1.patch | 412 bytes | sanduhrs |
Comments
Comment #1
sanduhrsPatch is attached, please review.
Comment #2
Anonymous (not verified) commentedSeems reasonable, tested an upgrade and it still worked. Committed, thanks!