Author: pfg
Date: Tue Jan 3 04:34:47 2017
New Revision: 1777062
URL: http://svn.apache.org/viewvc?rev=1777062&view=rev
Log:
Update the FreeBSD PPC path, it was still using the linux path.
Modified:
openoffice/trunk/main/set_soenv.in
Modified: openoffice/trunk/main/set_soenv.in
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/set_soenv.in?rev=1777062&r1=1777061&r2=1777062&view=diff
==============================================================================
--- openoffice/trunk/main/set_soenv.in (original)
+++ openoffice/trunk/main/set_soenv.in Tue Jan 3 04:34:47 2017
@@ -425,7 +425,7 @@ elsif ( $platform =~ m/freebsd/ )
else {
print "Setting FreeBSD PPC specific values... ";
$outfile = "FreeBSDPPCEnv.Set";
- $OUTPATH = "unxlngppc";
+ $OUTPATH = "unxfbsdppc";
$CPUNAME = "POWERPC";
if ( $JDK eq "gcj" ) {