summaryrefslogtreecommitdiff
path: root/audio/festival/patches/patch-an
blob: b61f5b838bb950e281ef66d2be4c9e5e4f013fb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-an,v 1.1 2002/12/10 05:21:52 gson Exp $

--- festival/examples/Makefile.orig	Thu Nov 18 11:19:50 1999
+++ festival/examples/Makefile
@@ -51,7 +51,7 @@
 
 $(ALL) : % : %.sh
 	rm -f $@
-	echo "#!"$(FESTIVAL_HOME)/bin/festival --script >$@
+	echo "#!"$(PREFIX)/libexec/festival.naked --script >$@
 	cat $< >>$@
 	chmod +x $@