diff options
author | Tim Retout <tim@retout.co.uk> | 2012-08-20 18:32:51 +0100 |
---|---|---|
committer | Tim Retout <tim@retout.co.uk> | 2012-08-21 22:23:39 +0100 |
commit | fee50583ec3aac1b4738aeb57290d94e27bc4451 (patch) | |
tree | ebcd1c7719522a74abe7a015af5dc6db40a453f2 /solenv | |
parent | acf038dde9114a2e48d18e16511efdb85684d2f9 (diff) |
installer::worker: Remove unused GNU cp variables.
Change-Id: I9b798ee769646428dab24837e4b85620472ad0ef
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/modules/installer/worker.pm | 6 |
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; |