$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 $@