aboutsummaryrefslogtreecommitdiff
path: root/setup.pl
diff options
context:
space:
mode:
authorMatthias Benkard <matthias.benkard@egym.de>2015-04-22 11:56:27 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2015-04-23 21:55:52 +0200
commitccb82fe054a73a6e662b1998aaee5609c62a3b32 (patch)
treedc2a50247496a53819b397f7e358097137c00694 /setup.pl
parent057a1869cace85f8ea2931a92329988e509225d8 (diff)
Separate configure and build steps.HEADmaster
Diffstat (limited to 'setup.pl')
-rwxr-xr-xsetup.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.pl b/setup.pl
index 7ec038b..4a6337c 100755
--- a/setup.pl
+++ b/setup.pl
@@ -1,5 +1,6 @@
#! /usr/bin/env perl
-system "perl build.PL";
+system "perl Build.PL";
system "perl Build installdeps";
+system "perl Build configure";
system "perl Build";