summaryrefslogtreecommitdiff
path: root/solenv/bin/macosx-change-install-names.pl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-07 11:21:13 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-07 11:21:13 +0000
commit4f108a0bdc7784bdf6996076cec0146e9554f4c3 (patch)
treefc6c8c67a3a4a9257827bfd32f76959ff8452e05 /solenv/bin/macosx-change-install-names.pl
parent3542a3fecd5c1ef3ff937636659b3b395b9fdce4 (diff)
#i87923# fixes for macosx
Diffstat (limited to 'solenv/bin/macosx-change-install-names.pl')
-rw-r--r--solenv/bin/macosx-change-install-names.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/solenv/bin/macosx-change-install-names.pl b/solenv/bin/macosx-change-install-names.pl
index 840d2d42a940..80fb166092d1 100644
--- a/solenv/bin/macosx-change-install-names.pl
+++ b/solenv/bin/macosx-change-install-names.pl
@@ -2,9 +2,9 @@
#
# $RCSfile: macosx-change-install-names.pl,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: vg $ $Date: 2008-03-18 12:56:41 $
+# last change: $Author: kz $ $Date: 2008-04-07 12:21:13 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -52,8 +52,8 @@ sub action($$$)
return $act;
}
-@ARGV == 3 || @ARGV >= 3 && $ARGV[0] eq "extshl" or
- die "Usage: app|shl|extshl UREBIN|URELIB|OOO|BRAND|OXT <filepath>+";
+@ARGV == 3 || @ARGV >= 2 && $ARGV[0] eq "extshl" or
+ die "Usage: app|shl|extshl UREBIN|URELIB|OOO|BRAND|OXT <filepath>*";
$type = shift @ARGV;
$loc = shift @ARGV;
if ($type eq "extshl")