about summary refs log tree commit diff
path: root/.gitattributes
diff options
context:
space:
mode:
authorKeshav Kini <keshav.kini@gmail.com>2018-08-17 16:59:23 -0700
committerKeshav Kini <keshav.kini@gmail.com>2018-10-03 10:31:58 -0700
commiteb84586cad3c992d460b64f407874fa372a64581 (patch)
tree76512ea7da6ba5642ed5b1ec0305330ac4964fdf /.gitattributes
parentfe5d78a1f29f09906c9571fa2e023c81c65095ab (diff)
makeself: backport megastep/makeself#142
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.
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions