From: rhatto Date: Sun, 3 Dec 2006 22:59:42 +0000 (+0000) Subject: perl-module-build small fix, part 4 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=054100bde06db9fb53bff0b6830f726420cb4d04;p=slackbuilds.git perl-module-build small fix, part 4 git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@764 370017ae-e619-0410-ac65-c121f96126d4 --- diff --git a/dev/perl/perl-module-build/perl-module-build.build b/dev/perl/perl-module-build/perl-module-build.build index 6dc71539..5a968c1b 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 Makefile.PL -make -make test -make install +perl Build.PL +Build +Build test +Build install # make the package