aboutsummaryrefslogtreecommitdiff
path: root/audio/festlex-czech/files/patch-Makefile
blob: b1c264ddac3fd6909241a38601fc5f0a01a7fabf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- Makefile.orig	Wed Jun 21 09:32:07 2006
+++ Makefile	Wed Dec 26 16:42:28 2007
@@ -36,10 +36,9 @@
 all: czech-lexicon.out
 
 %.out: %.scm
-	festival --batch '(lex.compile "$<" "$@")'
+	echo '(lex.compile "$<" "$@")' | festival
 
 install: all
-	$(INSTALL_PROGRAM) -m 644 $(distfiles) $(festival_path)/
 
 install-strip:
 	$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install