Elf Binder details

  • Description

    Elf binder will bind a tar file to the end of an executable. It will then untar the file in tmp and run the installation script. Useful for packaging all kinds of stuff. The global configuration options in config.h can be changed and they are as follows USAGE: Optional Usage Message ROOT: Optionally require root privledges ERRORMSG: Display and error message after execution COPY: Make a copy of ourself for future reference RM: Set this to 1 to remove the binary after installation /install: example package directory HOWTO: ex. elfbinder install install.sh mypackage will bind the directory "install" and create the executable "mypackage".