13 lines
455 B
Text
13 lines
455 B
Text
$NetBSD: patch-ab,v 1.1 2006/10/08 21:35:13 rillig Exp $
|
|
|
|
--- lang/cmulex/make_cmulex.orig 2005-07-11 00:28:52.000000000 +0200
|
|
+++ lang/cmulex/make_cmulex 2006-10-08 23:33:26.000000000 +0200
|
|
@@ -36,7 +36,7 @@
|
|
## ##
|
|
###########################################################################
|
|
|
|
-if [ "x$FLITEDIR" == "x" ]
|
|
+if [ "x$FLITEDIR" = "x" ]
|
|
then
|
|
FLITEDIR=`pwd`/../..
|
|
fi
|