aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/buildall.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/buildall.pl b/build/buildall.pl
index f7f81ed..c1a7a39 100644
--- a/build/buildall.pl
+++ b/build/buildall.pl
@@ -3,6 +3,7 @@ use strict;
use warnings;
use File::Spec;
+use File::Copy;
my $inst_path = File::Spec->rel2abs(shift(@ARGV) || 'build');
print "Installing to '$inst_path'\n";