A small shell script that generates a self-extractable archives
makeself.sh is a small shell script that generates a self-extractable tar.gz archive from a directory. The resulting file appears as a shell script (many of those have a .run suffix), and can be launched as is.
makeself.sh is a small shell script that generates a self-extractable tar.gz archive from a directory. The resulting file appears as a shell script (many of those have a .run suffix), and can be launched as is.
To install makeself, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install makeself
To see what files were installed by makeself, run:
port contents makeself
To later upgrade makeself, run:
sudo port selfupdate && sudo port upgrade makeself
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.