mirror of
https://github.com/termux/termux-packages.git
synced 2025-03-04 04:48:55 +00:00
11 lines
283 B
Diff
11 lines
283 B
Diff
+++ ./modules/scripting/mod-script-pipe/PipeServer.cpp
|
|
@@ -114,7 +114,7 @@
|
|
#include <unistd.h>
|
|
#include <string.h>
|
|
|
|
-const char fifotmpl[] = "/tmp/audacity_script_pipe.%s.%d";
|
|
+const char fifotmpl[] = "@TERMUX_PREFIX@/tmp/audacity_script_pipe.%s.%d";
|
|
|
|
const int nBuff = 1024;
|
|
|