From 7af550496ffa5489e9cebdb0625cd341f338cf14 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Tue, 15 Nov 2011 07:49:35 +0100 Subject: Fix location of the prebuilt mozilla files. --- set_soenv.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'set_soenv.in') diff --git a/set_soenv.in b/set_soenv.in index d45d245816df..a05d288d1f80 100755 --- a/set_soenv.in +++ b/set_soenv.in @@ -837,7 +837,7 @@ if ( "@WITH_MOZILLA@" eq "YES" and "@BUILD_MOZAB@" ne "TRUE" and "@SYSTEM_MOZILL print "mozilla libraries yourself you have to provide the needed files\n"; print "$OS$COM$CPU\{inc,lib,runtime\}.zip in moz/zipped/ .\n"; print "These files can be found here:\n"; - print " .\n\n"; + print " .\n\n"; die; } } -- cgit