File: testfuncs-use-system-pocketsphinx.patch

package info (click to toggle)
pocketsphinx 5.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 51,236 kB
  • sloc: ansic: 54,519; python: 2,438; sh: 566; cpp: 410; perl: 342; yacc: 93; lex: 50; makefile: 30
file content (21 lines) | stat: -rw-r--r-- 561 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Gabor Karsay <gabor.karsay@gmx.at>
Date: Tue, 27 Jan 2026 18:23:49 +0100
Subject: testfuncs use system pocketsphinx

---
 test/testfuncs.sh.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/testfuncs.sh.in b/test/testfuncs.sh.in
index f87c005..7c98505 100644
--- a/test/testfuncs.sh.in
+++ b/test/testfuncs.sh.in
@@ -7,7 +7,7 @@ sourcedir="@CMAKE_SOURCE_DIR@"
 tests=$sourcedir/test
 data=$sourcedir/test/data
 model=$sourcedir/model
-programs=$builddir
+programs=/usr/bin
 
 # Automatically report failures on exit
 failures=""