linkoo (cdf0e10c) linkoo (e76eebc6)
1:
2 eval 'exec perl -S $0 ${1+"$@"}'
3 if 0;
4
1:
2 eval 'exec perl -S $0 ${1+"$@"}'
3 if 0;
4
5#*************************************************************************
5#**************************************************************
6#
7# Licensed to the Apache Software Foundation (ASF) under one
8# or more contributor license agreements. See the NOTICE file
9# distributed with this work for additional information
10# regarding copyright ownership. The ASF licenses this file
11# to you under the Apache License, Version 2.0 (the
12# "License"); you may not use this file except in compliance
13# with the License. You may obtain a copy of the License at
14#
15# http://www.apache.org/licenses/LICENSE-2.0
16#
17# Unless required by applicable law or agreed to in writing,
18# software distributed under the License is distributed on an
19# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
20# KIND, either express or implied. See the License for the
21# specific language governing permissions and limitations
22# under the License.
23#
24#**************************************************************
6#
7# This app makes it easy to link a live build
8# set into an install set. Then your devel iteration
9# is: 'build', execute.
10#
11#*************************************************************************
25#
26# This app makes it easy to link a live build
27# set into an install set. Then your devel iteration
28# is: 'build', execute.
29#
30#*************************************************************************
12#
13# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
14#
15# Copyright 2000, 2010 Oracle and/or its affiliates.
16#
17# OpenOffice.org - a multi-platform office productivity suite
18#
19# This file is part of OpenOffice.org.
20#
21# OpenOffice.org is free software: you can redistribute it and/or modify
22# it under the terms of the GNU Lesser General Public License version 3
23# only, as published by the Free Software Foundation.
24#
25# OpenOffice.org is distributed in the hope that it will be useful,
26# but WITHOUT ANY WARRANTY; without even the implied warranty of
27# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28# GNU Lesser General Public License version 3 for more details
29# (a copy is included in the LICENSE file that accompanied this code).
30#
31# You should have received a copy of the GNU Lesser General Public License
32# version 3 along with OpenOffice.org. If not, see
33# <http://www.openoffice.org/license.html>
34# for a copy of the LGPLv3 License.
35#
36#*************************************************************************
37
38# ends up in program/ooenv
39( $moz_lib = `pkg-config --variable=libdir mozilla-nss` ) =~ tr/\n/:/;
40$env_script = '
41java_path=`./javaldx`
42export LD_LIBRARY_PATH=".:$java_path:' . $moz_lib . '$LD_LIBRARY_PATH"
43ulimit -c unlimited
44export PATH=".:$PATH"

--- 316 unchanged lines hidden ---
31
32# ends up in program/ooenv
33( $moz_lib = `pkg-config --variable=libdir mozilla-nss` ) =~ tr/\n/:/;
34$env_script = '
35java_path=`./javaldx`
36export LD_LIBRARY_PATH=".:$java_path:' . $moz_lib . '$LD_LIBRARY_PATH"
37ulimit -c unlimited
38export PATH=".:$PATH"

--- 316 unchanged lines hidden ---