mirror of
https://github.com/termux/termux-packages.git
synced 2025-09-22 20:19:36 +00:00
12 lines
430 B
Diff
12 lines
430 B
Diff
--- pacman-6.1.0/scripts/repo-add.sh.in 2024-03-04 06:07:58.000000000 +0300
|
|
+++ pacman-6.1.0/scripts/repo-add.sh.in.patch 2024-03-28 19:58:02.836340986 +0300
|
|
@@ -589,7 +589,7 @@
|
|
exit 1
|
|
fi
|
|
|
|
-tmpdir=$(mktemp -d "${TMPDIR:-/tmp}/repo-tools.XXXXXXXXXX") || {
|
|
+tmpdir=$(mktemp -d "${TMPDIR:-@TERMUX_PREFIX@/tmp}/repo-tools.XXXXXXXXXX") || {
|
|
error "$(gettext "Cannot create temp directory for database building.")";
|
|
exit 1; }
|
|
|