[Libreoffice-commits] .: Branch 'libreoffice-3-3' - set_soenv.in

Robert Nagy rnagy at kemper.freedesktop.org
Mon Nov 8 03:40:37 PST 2010


 set_soenv.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a14d19544fe8306afa9ca6a4c4b9683daf6c9fb9
Author: Robert Nagy <robert at openbsd.org>
Date:   Mon Nov 8 12:40:20 2010 +0100

    set correct $outfile for OpenBSD

diff --git a/set_soenv.in b/set_soenv.in
index 5f3c7fb..dbaada4 100644
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -405,7 +405,7 @@ elsif ( $platform =~ m/openbsd/ )
       $PATH_SEPERATOR = $ps;
       $OSVERSION      = '@OSVERSION@';
       $OUTPATH        = "unxobsd";
-      $outfile        = "OpenBSDEnv.Set.sh";
+      $outfile        = "OpenBSDEnv.Set";
    if ($platform =~ m/^amd64/)
    {
       print "Setting OpenBSD AMD64 specific values... ";


More information about the Libreoffice-commits mailing list