aboutsummaryrefslogtreecommitdiff
path: root/dev/perl/perl-module-build/perl-module-build.build
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-12-03 23:01:34 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-12-03 23:01:34 +0000
commit58c1cdf0e649a2474ff4cbc21e480638344991f4 (patch)
tree7358d6fd3a783a592d7fe81ccdae8b32d4048309 /dev/perl/perl-module-build/perl-module-build.build
parent054100bde06db9fb53bff0b6830f726420cb4d04 (diff)
downloadslackbuilds-58c1cdf0e649a2474ff4cbc21e480638344991f4.tar.gz
slackbuilds-58c1cdf0e649a2474ff4cbc21e480638344991f4.tar.bz2
perl-module-build small fix,
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@765 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'dev/perl/perl-module-build/perl-module-build.build')
-rwxr-xr-xdev/perl/perl-module-build/perl-module-build.build8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev/perl/perl-module-build/perl-module-build.build b/dev/perl/perl-module-build/perl-module-build.build
index 5a968c1b..6dc71539 100755
--- a/dev/perl/perl-module-build/perl-module-build.build
+++ b/dev/perl/perl-module-build/perl-module-build.build
@@ -75,10 +75,10 @@ cd $FILE_NAME-$VERSION
# config and install!
mkdir -p /install
-perl Build.PL
-Build
-Build test
-Build install
+perl Makefile.PL
+make
+make test
+make install
# make the package