diff options
author | gson <gson> | 2002-12-10 05:21:50 +0000 |
---|---|---|
committer | gson <gson> | 2002-12-10 05:21:50 +0000 |
commit | 43a67e914e755e29225d44a0097d5835f4f38228 (patch) | |
tree | 595ffa3fd9dd09c3c3ef7aa86ad1df72635e0fd4 /audio/festival/PLIST | |
parent | 2576773b233cc394b05195431a63f4db4cd80f0c (diff) | |
download | pkgsrc-43a67e914e755e29225d44a0097d5835f4f38228.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 |