diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-11-15 07:49:35 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-11-15 07:51:52 +0100 |
commit | 7af550496ffa5489e9cebdb0625cd341f338cf14 (patch) | |
tree | 7934f82434ebd4f4697d8364907d9491ceb26fa8 /set_soenv.in | |
parent | 1d4971d77afa492bfdbfd18113eff4f77b3100e3 (diff) |
Fix location of the prebuilt mozilla files.
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-x | set_soenv.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 " <http://tools.openoffice.org/moz_prebuild/680/>.\n\n"; + print " <http://dev-www.libreoffice.org/mozilla/>.\n\n"; die; } } |