~ubuntu-branches/ubuntu/karmic/openoffice.org-l10n/karmic

« back to all changes in this revision

Viewing changes to ooo-build/bin/ooinstall

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-04-27 19:29:22 UTC
  • Revision ID: james.westby@ubuntu.com-20060427192922-2dburxv3b63f8v0u
Tags: 2.0.2-2ubuntu5
* Copy of the openoffice.org source.
  - debian/control.in: Change source name.
  - debian/changelog: Change source name.
  - debian/control: Regenerate control file.
* Add kurdish translations exported from Rosetta (2006-04-18).
* Workaround bad message strings in recently included GSI files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
open MINORMK, "$ENV{'SOLARENV'}/inc/minor.mk";
93
93
while (<MINORMK>) {
94
94
        my $t = "\$" . $_;
95
 
        if(/^BUILD/) {
 
95
        if(/^BUILD/ || /^LAST_MINOR/) {
96
96
                eval $t;
97
97
        }
98
98
}
99
 
close MINORMK;          
 
99
close MINORMK;
 
100
$ENV{LAST_MINOR} = $LAST_MINOR;
100
101
$ENV{OUT} = "../$configure_vars{'INPATH'}";
101
102
$ENV{LOCAL_OUT} = $ENV{OUT};
102
103
$ENV{LOCAL_COMMON_OUT} = $ENV{OUT};