summaryrefslogtreecommitdiff
path: root/solenv/bin
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin')
-rw-r--r--solenv/bin/modules/installer/worker.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/solenv/bin/modules/installer/worker.pm b/solenv/bin/modules/installer/worker.pm
index 309cf59d1da3..933b0b7b63a2 100644
--- a/solenv/bin/modules/installer/worker.pm
+++ b/solenv/bin/modules/installer/worker.pm
@@ -413,12 +413,6 @@ sub install_simple ($$$$$$)
{
my ($packagename, $languagestring, $directoriesarray, $filesarray, $linksarray, $unixlinksarray) = @_;
- # locate GNU cp on the system
- my $gnucp = 'cp';
- if ( $ENV{'GNUCOPY'} ) { $gnucp = $ENV{'GNUCOPY'}; }
- my $copyopts = '-af';
- $copyopts = '-PpRf' unless ( $ENV{'GNUCOPY'} ); # if not gnucopy, assume POSIX copy
-
installer::logger::print_message( "... installing module $packagename ...\n" );
my $destdir = $installer::globals::destdir;