diff options
author | gson <gson@pkgsrc.org> | 2002-12-10 05:21:50 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2002-12-10 05:21:50 +0000 |
commit | 49396d619e10e82e92c6c771b3159f163b4c484d (patch) | |
tree | 595ffa3fd9dd09c3c3ef7aa86ad1df72635e0fd4 /audio/festival/PLIST | |
parent | 42acb23f0e75be5c355247664eee167d4f8f14e8 (diff) | |
download | pkgsrc-49396d619e10e82e92c6c771b3159f163b4c484d.tar.gz |
The sample scripts in ${PREFIX}/share/festival/examples did not work
because their #! lines contained an incorrect path. Also, even if
they had actually pointed to the installed "festival", it would still
not have worked because a script cannot be used as a script
interpreter. Even if it could, it still wouldn't have worked because
the festival script did not pass --script as the first command line
argument as festival.naked requires when running a script. Fixed
by pointing the #! lines directly at the festival.naked binary.
Diffstat (limited to 'audio/festival/PLIST')
-rw-r--r-- | audio/festival/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/festival/PLIST b/audio/festival/PLIST index 3933a4809f7..c0395fdb9a4 100644 --- a/audio/festival/PLIST +++ b/audio/festival/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:29 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/12/10 05:21:51 gson Exp $ bin/festival bin/festival_client libexec/audsp @@ -7,6 +7,7 @@ libexec/festival_client.naked man/man1/festival.1 man/man1/festival_client.1 share/festival/examples/Makefile +share/festival/examples/Makefile.orig share/festival/examples/addr-mode.scm share/festival/examples/benchmark share/festival/examples/benchmark.orig |