sodero / InstallerLG

A reimplementation of the LISP-like 'Installer' scripting language.
Other
16 stars 4 forks source link

Installer of SDL_2.0.20_Libraries.lha #70

Closed polluks closed 2 years ago

polluks commented 2 years ago

(set #morphos (getversion "MORPHOS" (resident) )) returns 0

sodero commented 2 years ago

That's a strange way of doing it. What is MORPHOS in this case? Installers typically use version.library to check OS version, that's what it's for. Is it used to detect whether we're executing on MOS or to get the actual version of MOS?

polluks commented 2 years ago

Both, version morphos is a valid shell command. You can get its source from https://www.morphos-team.net/files/src/3.16//c.tar.bz2 because it's AROS-based.

sodero commented 2 years ago

Thanks, will look into it

sodero commented 2 years ago

Closed in 200199d790612c7ce83004c78a877c890f06acc2