1
0
mirror of https://github.com/moparisthebest/pacman synced 2025-01-08 12:28:00 -05:00
pacman/scripts
Lukas Fleischer 35e6136f4b scripts/*.sh.in: Honor TMPDIR environment variable
Replace "/tmp" with "${TMPDIR:-/tmp}" to allow for overriding the
hardcoded path.

Since we only use "/tmp" in conjunction with mktemp(1), we could also
have used "--tmpdir", which is GNU-ish, however (and the BSD counterpart
"-t" has been deprecated in GNU mktemp).

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-10-13 11:21:05 -05:00
..
library parse_options: accept multiple arguments 2011-07-05 10:22:31 -05:00
po Final Transifex update before 4.0 2011-10-12 13:42:12 -05:00
.gitignore Move some .gitignore entries 2011-07-18 10:28:19 -05:00
Makefile.am buildsys: remove existing symlinks before installing 2011-09-14 17:18:07 -05:00
makepkg.sh.in makepkg: strip comments after pkgver/pkgrel when checking value 2011-10-10 19:05:22 -05:00
pacman-db-upgrade.sh.in fix vim syntax highlighting of .sh files 2011-06-30 10:44:45 -05:00
pacman-key.sh.in pacman-key: don't escape single quote in usage message 2011-10-11 09:07:20 -05:00
pacman-optimize.sh.in scripts/*.sh.in: Honor TMPDIR environment variable 2011-10-13 11:21:05 -05:00
pkgdelta.sh.in pkgdelta: proper quoting in [[ expression ]] 2011-09-28 14:09:01 -05:00
rankmirrors.sh.in rankmirrors: properly sort resulting times 2011-09-06 08:44:34 -05:00
repo-add.sh.in scripts/*.sh.in: Honor TMPDIR environment variable 2011-10-13 11:21:05 -05:00