brand.pl (ff3f4ebc) | brand.pl (599cc5b4) |
---|---|
1: 2eval 'exec perl -wS $0 ${1+"$@"}' 3 if 0; 4 5#************************************************************** 6# 7# Licensed to the Apache Software Foundation (ASF) under one 8# or more contributor license agreements. See the NOTICE file --- 20 unchanged lines hidden (view full) --- 29#********************************************************************* 30# 31# main 32# 33 34$destdir = pop @ARGV; 35mkdir $destdir,0777; 36 | 1: 2eval 'exec perl -wS $0 ${1+"$@"}' 3 if 0; 4 5#************************************************************** 6# 7# Licensed to the Apache Software Foundation (ASF) under one 8# or more contributor license agreements. See the NOTICE file --- 20 unchanged lines hidden (view full) --- 29#********************************************************************* 30# 31# main 32# 33 34$destdir = pop @ARGV; 35mkdir $destdir,0777; 36 |
37$productname = "Apache OpenOffice"; | 37$productname = "OpenOffice"; |
38$productfilename = "apacheopenoffice"; 39$prefix = ""; 40$iconprefix = ""; 41 42while ($_ = $ARGV[0], /^-/) { 43 shift; 44 last if /^--$/; 45 if (/^-p/) { --- 78 unchanged lines hidden --- | 38$productfilename = "apacheopenoffice"; 39$prefix = ""; 40$iconprefix = ""; 41 42while ($_ = $ARGV[0], /^-/) { 43 shift; 44 last if /^--$/; 45 if (/^-p/) { --- 78 unchanged lines hidden --- |