From 7e8396b638c087703fec3181239a840acc668bcc Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 14 Jun 2007 13:26:50 +0000 Subject: [PATCH] Adjusted for the directory structure change. --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 775529a..91ef76d 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -28,7 +28,7 @@ automake -a echo "Running autoconf..." autoconf echo "Producing po/POTFILES.in" -ls *.mim > po/POTFILES.in +ls MIM/*.mim > po/POTFILES.in echo "The remaining steps to install this packge are:" echo " % ./configure" echo " % make" -- 1.7.10.4