]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
perl-module-build small fix, part 4
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Sun, 3 Dec 2006 22:59:42 +0000 (22:59 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Sun, 3 Dec 2006 22:59:42 +0000 (22:59 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@764 370017ae-e619-0410-ac65-c121f96126d4

dev/perl/perl-module-build/perl-module-build.build

index 6dc715390b5f567e0a188ef732cd8b19a7b705dd..5a968c1b2ab8259ccf3766017f6d08a0134102dc 100755 (executable)
@@ -75,10 +75,10 @@ cd $FILE_NAME-$VERSION
 # config and install!
 mkdir -p /install
 
-perl Makefile.PL
-make
-make test
-make install
+perl Build.PL
+Build
+Build test
+Build install
 
 # make the package