diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-01 15:10:19 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-01 15:10:32 +0100 |
commit | 982f199a98a7d82e0109077882a645f1a442049e (patch) | |
tree | 733bef575b66d224fc4c03cfecf69f86b1fbed27 /odk/config | |
parent | 8fc14413d9dadede63743ec76603d95eb587f580 (diff) |
Fold URE: Linux ure/share/misc/* -> program/
...and remove now unused ure-link symlink
Change-Id: Ic958432c1dad4fae213982d0af072187f151620b
Diffstat (limited to 'odk/config')
-rwxr-xr-x | odk/config/configure.pl | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/odk/config/configure.pl b/odk/config/configure.pl index 9f96a270cd26..70807273adaa 100755 --- a/odk/config/configure.pl +++ b/odk/config/configure.pl @@ -93,10 +93,6 @@ $main::return = 0; if ( $main::operatingSystem =~ m/darwin/ ) { -# used for a SDK as part of the office installation -# $main::OFFICE_HOME = `cd $main::sdkpath/../../.. && pwd`; -# chomp($main::OFFICE_HOME); -# print " Used Office = $main::OFFICE_HOME\n"; print " Used SDK = $main::OO_SDK_HOME\n\n"; $main::OFFICE_HOME_SUGGESTION = searchMacOffice(); @@ -117,14 +113,10 @@ if ( $main::operatingSystem =~ m/darwin/ ) print " Error: An office installation is required, please specify the path to a valid installation.\n"; } - # check more details - $main::OO_SDK_URE_HOME = "$main::OFFICE_HOME/Contents"; } + $main::OO_SDK_URE_HOME = "$main::OFFICE_HOME/Contents"; } else { - $main::OO_SDK_URE_HOME = `cd $main::sdkpath/../ure-link && pwd`; - chomp($main::OO_SDK_URE_HOME); - $main::OFFICE_HOME_SUGGESTION = searchoffice(); if ( $main::OFFICE_HOME_SUGGESTION eq "" ) { @@ -192,6 +184,8 @@ if ( $main::operatingSystem =~ m/darwin/ ) } } } + + $main::OO_SDK_URE_HOME = "$main::OFFICE_HOME"; } # prepare GNU make path |