aboutsummaryrefslogtreecommitdiff
path: root/dev/perl/perl-html-parser/perl-html-parser.SlackBuild
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-12-05 21:22:45 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-12-05 21:22:45 +0000
commit2d0b3ad22a9a9c216bfd844c290144b5113f9836 (patch)
tree4b2c64751b054283770d69320097d797602de58c /dev/perl/perl-html-parser/perl-html-parser.SlackBuild
parent44013932f51b8dc1b4ecdf9b3baf877a850760a6 (diff)
downloadslackbuilds-2d0b3ad22a9a9c216bfd844c290144b5113f9836.tar.gz
slackbuilds-2d0b3ad22a9a9c216bfd844c290144b5113f9836.tar.bz2
perl modules: added exit codes to configure and make commands
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@875 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'dev/perl/perl-html-parser/perl-html-parser.SlackBuild')
-rwxr-xr-xdev/perl/perl-html-parser/perl-html-parser.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/perl/perl-html-parser/perl-html-parser.SlackBuild b/dev/perl/perl-html-parser/perl-html-parser.SlackBuild
index ed5882f2..f2a62fe9 100755
--- a/dev/perl/perl-html-parser/perl-html-parser.SlackBuild
+++ b/dev/perl/perl-html-parser/perl-html-parser.SlackBuild
@@ -76,10 +76,10 @@ cd $FILE_NAME-$VERSION
# config and install!
mkdir -p /install
-perl Makefile.PL
-make
+perl Makefile.PL || exit $ERROR_CONF
+make || exit $ERROR_MAKE
make test
-make install DESTDIR=$TMP/package-$PACKAGE
+make install DESTDIR=$TMP/package-$PACKAGE || exit $ERROR_INSTALL
# make the package