systemactions.pm (9f91b7e3) systemactions.pm (43cf7aa4)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 476 unchanged lines hidden (view full) ---

485
486 if ($copyreturn)
487 {
488 $infoline = "Copy: $source to $dest\n";
489 $returnvalue = 1;
490 }
491 else
492 {
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 476 unchanged lines hidden (view full) ---

485
486 if ($copyreturn)
487 {
488 $infoline = "Copy: $source to $dest\n";
489 $returnvalue = 1;
490 }
491 else
492 {
493 $infoline = "ERROR: Could not copy $source to $dest\n";
493 $infoline = "ERROR: Could not copy #$source# to $dest\n";
494 $returnvalue = 0;
495 }
496
497 $installer::logger::Lang->print($infoline);
498
499 if ( !$returnvalue ) {
500 return $returnvalue;
501 }

--- 1303 unchanged lines hidden ---
494 $returnvalue = 0;
495 }
496
497 $installer::logger::Lang->print($infoline);
498
499 if ( !$returnvalue ) {
500 return $returnvalue;
501 }

--- 1303 unchanged lines hidden ---