summary refs log tree commit diff
path: root/pkgs/applications/misc/makeself
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* makeself: backport megastep/makeself#142Keshav Kini2018-10-03
| | | | | | | | | | | | | | Currently, a self-extracting archive created by makeself will fail to properly execute on NixOS because the boilerplate Bash code it uses to clean up the temporary directory it extracted its contents into assumes that the `rm` command is installed at `/bin/rm`, which is not the case on NixOS. This commit, a backport of a pull request I made to the upstream repository at megastep/makeself#142, fixes the issue by causing the boilerplate code to call `rm` without specifying an absolute path, which allows the version of `rm` from one's current Nix environment to be used instead.
* makeself: 2.3.1 -> 2.4.0R. RyanTM2018-05-03
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/makeself/versions. These checks were done: - built on NixOS - ran ‘/nix/store/5j88qgnbbry87m8164s0a9agvz92z36q-makeself-2.4.0/bin/makeself -v’ and found version 2.4.0 - ran ‘/nix/store/5j88qgnbbry87m8164s0a9agvz92z36q-makeself-2.4.0/bin/makeself --version’ and found version 2.4.0 - found 2.4.0 with grep in /nix/store/5j88qgnbbry87m8164s0a9agvz92z36q-makeself-2.4.0 - directory tree listing: https://gist.github.com/5a4661783df3d9d6558c8f6670385b79
* makeself: 2.2.0 -> 2.3.1jammerful2017-10-23
|
* makeself: header wasn't being patched correctlyMatthew Bauer2016-06-14
|
* makeself: fix patch to find the makeself header properlyDan Peebles2016-05-04
|
* Add missing 's' in remaining meta.maintainer(s) attrsBjørn Forsman2014-07-22
|
* makeself: bump to 2.2.0Wout Mertens2014-06-30
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* new makeself: 2.1.5David Guibert2011-02-01
svn path=/nixpkgs/trunk/; revision=25743