From 9c2f442d3bd397e33a9447878c1415ef295cc73c Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Fri, 29 Jul 2005 03:06:52 +0000 Subject: more robust generation of script --- editors/openoffice-1.1/files/generate.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/openoffice-1.1/files') diff --git a/editors/openoffice-1.1/files/generate.pl b/editors/openoffice-1.1/files/generate.pl index 2f05835d76ba..886d5b4594eb 100644 --- a/editors/openoffice-1.1/files/generate.pl +++ b/editors/openoffice-1.1/files/generate.pl @@ -2,7 +2,7 @@ # generate full build shell script for OpenOffice.org # Whom: Maho Nakata -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.1/files/Attic/generate.pl,v 1.1 2004-10-12 07:20:54 maho Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.1/files/Attic/generate.pl,v 1.2 2005-07-29 03:06:51 maho Exp $ print "#!/bin/csh\n"; print "/usr/bin/time make WITH_CCACHE=yes package package-rename solver sdk deinstall clean >& log.en\n"; @@ -14,7 +14,7 @@ while(){ @tmp2=split ('"',$tmp[3]); if ( $tmp[1] eq "\${LOCALIZED_LANG}") { $LANG=$tmp2[1]; print "make TWEAK_L10N=yes LOCALIZED_LANG=$LANG pre-everything\n"; - print "/usr/bin/time make LOCALIZED_LANG=$LANG WITH_CCACHE=yes package package-rename deinstall >& log.$LANG\n"; + print "/usr/bin/time make LOCALIZED_LANG=$LANG WITH_CCACHE=yes deinstall package package-rename deinstall >& log.$LANG\n"; } } close FILE; -- cgit v1.2.3