aboutsummaryrefslogtreecommitdiff
path: root/dev/perl/perl-unix-syslog
diff options
context:
space:
mode:
Diffstat (limited to 'dev/perl/perl-unix-syslog')
-rwxr-xr-xdev/perl/perl-unix-syslog/perl-unix-syslog.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/perl/perl-unix-syslog/perl-unix-syslog.SlackBuild b/dev/perl/perl-unix-syslog/perl-unix-syslog.SlackBuild
index 3ffb0350..484dedff 100755
--- a/dev/perl/perl-unix-syslog/perl-unix-syslog.SlackBuild
+++ b/dev/perl/perl-unix-syslog/perl-unix-syslog.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