-
-
Notifications
You must be signed in to change notification settings - Fork 376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFE: Options like «--target» for makeself to specify default unpack directory #306
Comments
There is some workaround — it possible to pass to makeself something like
but makeself "did not know" about unpacking to |
Oww. Looking at code of makeself I discovered that this option already exists! But missed in section "Usage" of https://makeself.io/ . |
* add description of option target, see #306 (comment) * #307 (comment)
Currently, users can specify the installation directory for a self-extracting archive using the '--target' option. However, there is no way to specify the default unpack directory, only the option to unpack to a temporary directory or not (see also the discussion on #302).
It would be great if we could specify the directory to which the archive should be unpacked. Many use cases involve unpacking the content from the .sh file to '/opt/mysoft' or '~/apps/mysoft' and running a post-install script without copying from a temporary or proxy directory, thus saving time and space (and solving lot of problems with loosing extra attributes or correct rights because of incorrect umask, etc).
For me it will be good workaround for #302 :)
The text was updated successfully, but these errors were encountered: