From: sboyette Date: Mon, 17 Aug 2009 00:34:51 +0000 (+0000) Subject: added separate install fail diagnostic message X-Git-Tag: osrf_rel_2_0_1~342 X-Git-Url: https://git.evergreen-ils.org/?p=OpenSRF.git;a=commitdiff_plain;h=df5ac1c41b1a3f19b480d8c97592118312cb9d9c added separate install fail diagnostic message git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1743 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/perl/Makefile.am b/src/perl/Makefile.am index 8019e8c..1a0b707 100644 --- a/src/perl/Makefile.am +++ b/src/perl/Makefile.am @@ -31,6 +31,13 @@ build-perl-fail: echo exit 1 +install-perl-fail: + echo + echo ">>> Install of Perl modules has failed." + echo ">>> Are you root?" + echo ">>> See the message above this one for more information." + echo + distclean-local: rm -rf ./_build rm -rf ./blib \ No newline at end of file