diff options
author | proff <proff@pkgsrc.org> | 1999-10-11 16:29:59 +0000 |
---|---|---|
committer | proff <proff@pkgsrc.org> | 1999-10-11 16:29:59 +0000 |
commit | 6bc03b331318e3e21cfc8cb27ac5fb0968bf57db (patch) | |
tree | 343861bba07f4852942d35bbe71032d2ba883cc5 /audio/festvox-en1/Makefile | |
parent | b9064bba88b6646d380cb994d27ab872dfcbe7e0 (diff) | |
download | pkgsrc-6bc03b331318e3e21cfc8cb27ac5fb0968bf57db.tar.gz |
adjust symlink path for new mbrola
Diffstat (limited to 'audio/festvox-en1/Makefile')
-rw-r--r-- | audio/festvox-en1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/festvox-en1/Makefile b/audio/festvox-en1/Makefile index da4a9257d14..d8745a3d854 100644 --- a/audio/festvox-en1/Makefile +++ b/audio/festvox-en1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/10/11 14:55:22 proff Exp $ +# $NetBSD: Makefile,v 1.6 1999/10/11 16:29:59 proff Exp $ DISTNAME= festvox_en1 PKGNAME= festvox-en1-1.4.0 @@ -29,7 +29,7 @@ post-extract: do-install: cd ${WRKSRC} && pax -r -w * ${FHOME} #ugh - ln -fs ../../../../../mbrola/voices/en1/en1 ${MBROLA} + ln -fs ../../../../../mbrola/voices/en1 ${MBROLA} ln -fs ../../../../../mbrola/voices/en1/en1mrpa ${MBROLA} .include "../../mk/bsd.pkg.mk" |