cfa043f9b4
* file: update from 5.29 to 5.30 * ffmpeg: update from 3.2.2 to 3.2.4 * mpv: update from 0.23.0 to 0.24.0 also prevent opportunistic linking with x11 * grep: update from 2.28 to 3.0 * fish: update from 2.4.0 to 2.5.0 add tarball checksum remove patches no longer needed see https://github.com/fish-shell/fish-shell/pull/3585 * wget: update from 1.19 to 1.19.1
13 lines
511 B
Diff
13 lines
511 B
Diff
diff -u -r ../fish-2.4b1/src/env_universal_common.cpp ./src/env_universal_common.cpp
|
|
--- ../fish-2.4b1/src/env_universal_common.cpp 2016-10-18 10:17:06.000000000 -0400
|
|
+++ ./src/env_universal_common.cpp 2016-10-19 17:42:06.900520935 -0400
|
|
@@ -137,7 +137,7 @@
|
|
}
|
|
|
|
// /tmp/fish.user
|
|
- std::string tmpdir = "/tmp/fish.";
|
|
+ std::string tmpdir = "@TERMUX_PREFIX@/tmp/fish.";
|
|
tmpdir.append(uname);
|
|
if (check_runtime_path(tmpdir.c_str()) != 0) {
|
|
debug(0,
|