From 19c60d1cd501b0de978bceae4cab37689cf58017 Mon Sep 17 00:00:00 2001 From: Ingo Schmidt Date: Tue, 23 Feb 2010 16:00:32 +0100 Subject: native0: #161646# new parameter for unopkg --- setup_native/scripts/admin.pl | 2 +- setup_native/scripts/register_extensions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'setup_native/scripts') diff --git a/setup_native/scripts/admin.pl b/setup_native/scripts/admin.pl index d2a3aa432426..77a7f18fbc7d 100644 --- a/setup_native/scripts/admin.pl +++ b/setup_native/scripts/admin.pl @@ -1071,7 +1071,7 @@ sub register_one_extension $executable = "./" . $executable; } - my $systemcall = $executable . " add --shared --verbose " . "\"" . $localextension . "\"" . " -env:UserInstallation=file://" . $temppath . " 2\>\&1 |"; + my $systemcall = $executable . " add --shared --verbose --suppress-license " . "\"" . $localextension . "\"" . " -env:UserInstallation=file://" . $temppath . " 2\>\&1 |"; print "... $systemcall\n"; diff --git a/setup_native/scripts/register_extensions b/setup_native/scripts/register_extensions index c7fa2815b441..034642175c29 100644 --- a/setup_native/scripts/register_extensions +++ b/setup_native/scripts/register_extensions @@ -68,7 +68,7 @@ done echo for i in $FILELIST; do - COMMAND="$UNOPKG add --shared $i" + COMMAND="$UNOPKG add --shared --suppress-license $i" echo $COMMAND $COMMAND done -- cgit